ssl_ctx = SSL_CTX_new(SSLv23_server_method()) instead of using a temporary variable...
authorArt Cancro <ajc@citadel.org>
Fri, 7 Jan 2022 16:38:19 +0000 (11:38 -0500)
committerArt Cancro <ajc@citadel.org>
Fri, 7 Jan 2022 16:38:19 +0000 (11:38 -0500)
commitb8cdf72394178327432dd541aefb8a9031e29c2a
tree356c7953499b59081ce34d8a4305ee470d2ffbad
parentcb6c5c9591b156968d81d8ac35d90741f69e7ce7
ssl_ctx = SSL_CTX_new(SSLv23_server_method()) instead of using a temporary variable f or the server method.  (Changed in Citadel Server, WebCit Classic, and WebCit-NG)
citadel/modules/crypto/serv_crypto.c
citadel/server.h
webcit-ng/tls.c
webcit/crypto.c