]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/genrsa.c
Additional user data argument to pem_password_cb function type
[thirdparty/openssl.git] / apps / genrsa.c
index cc4f786a99da8e582ff05d6b7ec27affccd8e65f..67382065fb9905dd09ff1a2aea5a0025fbfb82d5 100644 (file)
@@ -215,7 +215,7 @@ bad:
                l+=rsa->e->d[i];
                }
        BIO_printf(bio_err,"e is %ld (0x%lX)\n",l,l);
-       if (!PEM_write_bio_RSAPrivateKey(out,rsa,enc,NULL,0,NULL))
+       if (!PEM_write_bio_RSAPrivateKey(out,rsa,enc,NULL,0,NULL,NULL))
                goto err;
 
        ret=0;