Improve diagnostics for invalid arguments in asn1parse -strparse
[openssl.git] / crypto / bio / bss_file.c
index 25d7cc0f6b290d73ee4477a61dc06b6f08dc658e..8de2391267afe8d9d2b33edb03b0750ee12c1d46 100644 (file)
@@ -56,7 +56,7 @@ static const BIO_METHOD methods_filep = {
     file_ctrl,
     file_new,
     file_free,
-    NULL,
+    NULL,                      /* file_callback_ctrl */
 };
 
 BIO *BIO_new_file(const char *filename, const char *mode)
@@ -408,7 +408,7 @@ static const BIO_METHOD methods_filep = {
     file_ctrl,
     file_new,
     file_free,
-    NULL,
+    NULL,                      /* file_callback_ctrl */
 };
 
 const BIO_METHOD *BIO_s_file(void)