Remove "dummy" BIO create and destroy functions
[openssl.git] / crypto / bio / bss_acpt.c
index e49c7ce5ea0135b8222d8f129a9ead9a28951476..e426ecd7fd7efd628e01415661677c22a56d7a47 100644 (file)
@@ -61,11 +61,11 @@ static const BIO_METHOD methods_acceptp = {
     bread_conv,
     acpt_read,
     acpt_puts,
-    NULL,                       /* connect_gets, */
+    NULL,                       /* connect_gets,         */
     acpt_ctrl,
     acpt_new,
     acpt_free,
-    NULL,
+    NULL,                       /* connect_callback_ctrl */
 };
 
 const BIO_METHOD *BIO_s_accept(void)