Fix the build and tests following constification of DH, DSA, RSA
[openssl.git] / test / dsatest.c
index b99c467e1735e1542ea6c8e16aec4a2eb24a1a9c..10854224aaac0ab8e81cb6d318efc14bff1b3fbf 100644 (file)
@@ -85,7 +85,7 @@ int main(int argc, char **argv)
     unsigned long h;
     unsigned char sig[256];
     unsigned int siglen;
-    BIGNUM *p = NULL, *q = NULL, *g = NULL;
+    const BIGNUM *p = NULL, *q = NULL, *g = NULL;
 
     if (bio_err == NULL)
         bio_err = BIO_new_fp(stderr, BIO_NOCLOSE | BIO_FP_TEXT);