This commit was manufactured by cvs2svn to create branch
[oweals/openssl.git] / ssl / s23_lib.c
index 2c5129831a3516b906e4ae748f5f52de62584ba9..8d7dbcf569c3201e2cf2475c39687a349389515c 100644 (file)
@@ -83,10 +83,6 @@ static SSL_METHOD SSLv23_data= {
        ssl_undefined_function,
        ssl_undefined_function,
        ssl_ok,
-       ssl3_get_message,
-       ssl3_read_bytes,
-       ssl3_write_bytes,
-       ssl3_dispatch_alert,
        ssl3_ctrl,
        ssl3_ctx_ctrl,
        ssl23_get_cipher_by_char,
@@ -97,7 +93,7 @@ static SSL_METHOD SSLv23_data= {
        ssl_bad_method,
        ssl23_default_timeout,
        &ssl3_undef_enc_method,
-       ssl_undefined_void_function,
+       ssl_undefined_function,
        ssl3_callback_ctrl,
        ssl3_ctx_callback_ctrl,
        };