Move the registration of callback functions to special functions
[openssl.git] / crypto / bio / bss_file.c
index 2a113cbfff5a43250d750c49a8e8726244f17225..0d44dc388968975751f5d535277118b92be62b18 100644 (file)
@@ -91,6 +91,7 @@ static BIO_METHOD methods_filep=
        file_ctrl,
        file_new,
        file_free,
+       NULL,
        };
 
 BIO *BIO_new_file(const char *filename, const char *mode)