Fix loopargs_t object duplication into ASYNC context
[openssl.git] / apps / genrsa.c
index 79e2dae8008b05ba5e1dc6708c6715014fc5c247..4d104d2882c2d6f10d8ed9deb0cc3b0bd85702de 100644 (file)
@@ -59,7 +59,7 @@ int genrsa_main(int argc, char **argv)
     ENGINE *eng = NULL;
     BIGNUM *bn = BN_new();
     BIO *out = NULL;
-    BIGNUM *e;
+    const BIGNUM *e;
     RSA *rsa = NULL;
     const EVP_CIPHER *enc = NULL;
     int ret = 1, num = DEFBITS, private = 0;