summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-10-11 18:03:42 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-10-11 18:03:42 +0000
commit671c9e2dc84fa7724090712867f95a0b2d3f9e9d (patch)
tree38620803fdac126d8b7c860e3bec803677cac043 /apps
parenta70da5b3ecc3160368529677006801c58cb369db (diff)
oops, fix compilation errors in s_server
Diffstat (limited to 'apps')
-rw-r--r--apps/s_server.c6
1 files changed, 3 insertions, 3 deletions
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;