X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=comstack%2Ftcpip.c;h=b467f20bf209396d2879f39e7a0c6279134b61fa;hp=c6076b05cee7e742ba02661d79c03fd3e2d32206;hb=1edc4e2e9b58c9ec9fe830eb7c991946084911b0;hpb=ece0783e15e266f33b30db9d55b2dcdbacb55ac6 diff --git a/comstack/tcpip.c b/comstack/tcpip.c index c6076b0..b467f20 100644 --- a/comstack/tcpip.c +++ b/comstack/tcpip.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: tcpip.c,v $ - * Revision 1.34 2000-11-23 10:58:32 adam + * Revision 1.35 2000-11-27 15:17:40 adam + * Using SSLeay_add_all_algorithms instead of OpenSSL_add_all_algorithms. + * + * Revision 1.34 2000/11/23 10:58:32 adam * SSL comstack support. Separate POSIX thread support library. * * Revision 1.33 2000/09/04 08:27:11 adam @@ -375,7 +378,7 @@ COMSTACK ssl_type(int s, int blocking, int protocol, void *vp) else { SSL_load_error_strings(); - OpenSSL_add_all_algorithms(); + SSLeay_add_all_algorithms(); state->ctx = state->ctx_alloc = SSL_CTX_new (SSLv23_method()); if (!state->ctx)