When ENGINE_add finds that id or name is missing, actually return
[openssl.git] / ssl / t1_srvr.c
index 5206ce90289c6f0996b5cc53947147518d8a9442..6e54b5169ccf4976c40ac154d5ff2bf0619dfeaa 100644 (file)
@@ -101,3 +101,9 @@ IMPLEMENT_tls_meth_func(TLS1_VERSION, TLSv1_server_method,
                         ssl3_accept,
                         ssl_undefined_function,
                         tls1_get_server_method, TLSv1_enc_data)
+
+#ifndef OPENSSL_NO_SSL3_METHOD
+IMPLEMENT_ssl3_meth_func(SSLv3_server_method,
+                         ssl3_accept,
+                         ssl_undefined_function, tls1_get_server_method)
+#endif