oops, fix compilation errors in s_server

This commit is contained in:
Dr. Stephen Henson 2012-10-11 18:03:42 +00:00
parent a70da5b3ec
commit 671c9e2dc8

View file

@ -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;