X509: add more error codes on malloc or sk_TYP_push failure
[openssl.git] / crypto / x509 / by_file.c
index 52955b6adc0ca72aed7c79b3ea13fc91f99e8d62..bd39ecb6cd229680d4ecbf6ed08d8a895abd5bd8 100644 (file)
@@ -21,7 +21,7 @@ static int by_file_ctrl(X509_LOOKUP *ctx, int cmd, const char *argc,
                         long argl, char **ret);
 static X509_LOOKUP_METHOD x509_file_lookup = {
     "Load file into cache",
-    NULL,                       /* new */
+    NULL,                       /* new_item */
     NULL,                       /* free */
     NULL,                       /* init */
     NULL,                       /* shutdown */