poly1305/asm/poly1305-x86_64.pl: switch to pure AVX512F.
[openssl.git] / apps / verify.c
index a814649987b8198f83b70ed296c0439810c7547c..1dccf76130048357a253b0f6a4209882743c9c53 100644 (file)
@@ -313,5 +313,5 @@ static int cb(int ok, X509_STORE_CTX *ctx)
         policies_print(ctx);
     if (!v_verbose)
         ERR_clear_error();
-    return (ok);
+    return ok;
 }