The main() return value is a program's exit code.
[oweals/openssl.git] / crypto / bio / bss_acpt.c
index 47af80f76d51d2976f88952b908b1300dbb2af06..9afa6364069d9f7ac78f5cfb2c8a2bb4e657680c 100644 (file)
@@ -118,6 +118,7 @@ static BIO_METHOD methods_acceptp=
        acpt_ctrl,
        acpt_new,
        acpt_free,
+       NULL,
        };
 
 BIO_METHOD *BIO_s_accept(void)