summaryrefslogtreecommitdiffstats
path: root/apps/apps.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-06-13 14:28:45 +0100
committerMatt Caswell <matt@openssl.org>2017-06-21 14:45:35 +0100
commit14e353506a8a255c31b5b6b7520e00ed323d5a13 (patch)
tree4f20dca0ac4ef1efe10486873e52ab9734dd6c4c /apps/apps.h
parent5ffff5990caa42b8a2d55fc70e23edbe9397e4cb (diff)
Fix no-psk
Broken through previous PSK related commits Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3670)
Diffstat (limited to 'apps/apps.h')
-rw-r--r--apps/apps.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/apps.h b/apps/apps.h
index 31cf7b0961..66ece0b43c 100644
--- a/apps/apps.h
+++ b/apps/apps.h
@@ -515,9 +515,9 @@ int do_X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md,
STACK_OF(OPENSSL_STRING) *sigopts);
int do_X509_CRL_sign(X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md,
STACK_OF(OPENSSL_STRING) *sigopts);
-# ifndef OPENSSL_NO_PSK
+
extern char *psk_key;
-# endif
+
unsigned char *next_protos_parse(size_t *outlen, const char *in);