summaryrefslogtreecommitdiff
path: root/src/lib/libssl/src/apps/s_server.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/src/apps/s_server.c')
-rw-r--r--src/lib/libssl/src/apps/s_server.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libssl/src/apps/s_server.c b/src/lib/libssl/src/apps/s_server.c
index 136025ce63..75e7d83354 100644
--- a/src/lib/libssl/src/apps/s_server.c
+++ b/src/lib/libssl/src/apps/s_server.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: s_server.c,v 1.59 2014/07/12 17:54:31 jsing Exp $ */ 1/* $OpenBSD: s_server.c,v 1.60 2014/07/12 19:31:21 jsing Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -928,9 +928,6 @@ bad:
928 goto end; 928 goto end;
929 } 929 }
930 930
931 SSL_load_error_strings();
932 OpenSSL_add_ssl_algorithms();
933
934#ifndef OPENSSL_NO_ENGINE 931#ifndef OPENSSL_NO_ENGINE
935 e = setup_engine(bio_err, engine_id, 1); 932 e = setup_engine(bio_err, engine_id, 1);
936#endif 933#endif