Extend OPENSSL_ia32cap_P with extra word to accomodate AVX2 capability.
[openssl.git] / doc / crypto / EVP_PKEY_verifyrecover.pod
index e2a2a8c6f8d317c82dd1f594edf4dbfd3eab3a02..f3605eb8264e3d935a7cf7a55f29c43b2cd632d3 100644 (file)
@@ -74,7 +74,7 @@ Recover digest originally signed using PKCS#1 and SHA256 digest:
        /* Error */
 
  /* Determine buffer length */
- if (EVP_PKEY_verifyrecover(ctx, rout, &routlen, sig, siglen) <= 0)
+ if (EVP_PKEY_verifyrecover(ctx, NULL, &routlen, sig, siglen) <= 0)
        /* Error */
 
  rout = OPENSSL_malloc(routlen);