diff options
Diffstat (limited to 'src/lib/libssl/src/apps/s_server.c')
-rw-r--r-- | src/lib/libssl/src/apps/s_server.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/libssl/src/apps/s_server.c b/src/lib/libssl/src/apps/s_server.c index ca1873d9e4..7fafe56359 100644 --- a/src/lib/libssl/src/apps/s_server.c +++ b/src/lib/libssl/src/apps/s_server.c | |||
@@ -199,9 +199,7 @@ static DH *load_dh_param(const char *dhfile); | |||
199 | static DH *get_dh512(void); | 199 | static DH *get_dh512(void); |
200 | #endif | 200 | #endif |
201 | 201 | ||
202 | #ifdef MONOLITH | ||
203 | static void s_server_init(void); | 202 | static void s_server_init(void); |
204 | #endif | ||
205 | 203 | ||
206 | #ifndef OPENSSL_NO_DH | 204 | #ifndef OPENSSL_NO_DH |
207 | static unsigned char dh512_p[]={ | 205 | static unsigned char dh512_p[]={ |
@@ -404,7 +402,6 @@ static int ssl_srp_server_param_cb(SSL *s, int *ad, void *arg) | |||
404 | 402 | ||
405 | #endif | 403 | #endif |
406 | 404 | ||
407 | #ifdef MONOLITH | ||
408 | static void s_server_init(void) | 405 | static void s_server_init(void) |
409 | { | 406 | { |
410 | accept_socket=-1; | 407 | accept_socket=-1; |
@@ -435,7 +432,6 @@ static void s_server_init(void) | |||
435 | engine_id=NULL; | 432 | engine_id=NULL; |
436 | #endif | 433 | #endif |
437 | } | 434 | } |
438 | #endif | ||
439 | 435 | ||
440 | static void sv_usage(void) | 436 | static void sv_usage(void) |
441 | { | 437 | { |
@@ -811,9 +807,7 @@ int MAIN(int argc, char *argv[]) | |||
811 | local_argv=argv; | 807 | local_argv=argv; |
812 | 808 | ||
813 | apps_startup(); | 809 | apps_startup(); |
814 | #ifdef MONOLITH | ||
815 | s_server_init(); | 810 | s_server_init(); |
816 | #endif | ||
817 | 811 | ||
818 | if (bio_err == NULL) | 812 | if (bio_err == NULL) |
819 | bio_err=BIO_new_fp(stderr,BIO_NOCLOSE); | 813 | bio_err=BIO_new_fp(stderr,BIO_NOCLOSE); |