Constify bn_dump1 implementation so that it matches the prototype
[openssl.git] / crypto / bn / bn_print.c
index 532e66bcc3976bc305db799e9a95c23c978d63b9..d1986d72d0fcfa30b2e6167c5b8115745fb7c8d0 100644 (file)
@@ -321,7 +321,7 @@ end:
 #endif
 
 #ifdef BN_DEBUG
 #endif
 
 #ifdef BN_DEBUG
-void bn_dump1(FILE *o, const char *a, BN_ULONG *b,int n)
+void bn_dump1(FILE *o, const char *a, const BN_ULONG *b,int n)
        {
        int i;
        fprintf(o, "%s=", a);
        {
        int i;
        fprintf(o, "%s=", a);