CORE: Encure that cached fetches can be done per provider
[openssl.git] / crypto / evp / signature.c
index 026a430fe8439f91a602c3bc6df7ca08d3b60ed1..49f40c8cec241a58b2caa9347375956e2d42cc9f 100644 (file)
@@ -455,7 +455,7 @@ static int evp_pkey_signature_init(EVP_PKEY_CTX *ctx, int operation,
      * the second iteration, or jump to legacy.
      */
     for (iter = 1; iter < 3 && provkey == NULL; iter++) {
-        EVP_KEYMGMT *tmp_keymgmt_tofree;
+        EVP_KEYMGMT *tmp_keymgmt_tofree = NULL;
 
         /*
          * If we're on the second iteration, free the results from the first.