From: Dr. Stephen Henson Date: Thu, 11 Oct 2012 18:03:42 +0000 (+0000) Subject: oops, fix compilation errors in s_server X-Git-Tag: master-post-reformat~1671 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=671c9e2dc84fa7724090712867f95a0b2d3f9e9d;p=oweals%2Fopenssl.git oops, fix compilation errors in s_server --- diff --git a/apps/s_server.c b/apps/s_server.c index 00dc219eb7..93f183b6f8 100644 --- a/apps/s_server.c +++ b/apps/s_server.c @@ -951,6 +951,9 @@ static char *jpake_secret = NULL; static srpsrvparm srp_callback_parm; #endif static char *srtp_profiles = NULL; +static unsigned char *checkhost = NULL, *checkemail = NULL; +static char *checkip = NULL; + int MAIN(int argc, char *argv[]) { @@ -1004,9 +1007,6 @@ int MAIN(int argc, char *argv[]) #endif SSL_EXCERT *exc = NULL; - unsigned char *checkhost = NULL, *checkemail = NULL; - char *checkip = NULL; - meth=SSLv23_server_method(); local_argc=argc;