From 14e353506a8a255c31b5b6b7520e00ed323d5a13 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Tue, 13 Jun 2017 14:28:45 +0100 Subject: Fix no-psk Broken through previous PSK related commits Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/3670) --- apps/apps.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/apps.h') 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); -- cgit v1.2.3