util/incore update.
[openssl.git] / apps / verify.c
index f4e18f05351cd22e69952e9266cca77cc3d20f20..cb1be9a765408ffa6753a40972e7e8ef855f2c00 100644 (file)
@@ -177,7 +177,7 @@ int verify_main(int argc, char **argv)
     argc = opt_num_rest();
     argv = opt_rest();
 
-    if (!(store = setup_verify(CAfile, CApath)))
+    if ((store = setup_verify(CAfile, CApath)) == NULL)
         goto end;
     X509_STORE_set_verify_cb(store, cb);