Deal with the consequences of constifying getters
[openssl.git] / apps / gendsa.c
index 2be3b9a0550e2216b08798689a320d4dc3d6b7de..5dacf1b9fcf14086e6f029d188b564452ff386a2 100644 (file)
@@ -53,7 +53,7 @@ int gendsa_main(int argc, char **argv)
     char *outfile = NULL, *passoutarg = NULL, *passout = NULL, *prog;
     OPTION_CHOICE o;
     int ret = 1, private = 0;
-    BIGNUM *p = NULL;
+    const BIGNUM *p = NULL;
 
     prog = opt_init(argc, argv, gendsa_options);
     while ((o = opt_next()) != OPT_EOF) {