Commit 671c9e2d authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

oops, fix compilation errors in s_server

parent a70da5b3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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;