X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fbn%2Fbn_print.c;h=8b349b52d470b059c1be1000cab653f5e902f445;hp=f2d2fce58955ef9d568dfb742d1bef24de56fb58;hb=8d8a8041ecd1b93e3279a31c404bbde15ba2b710;hpb=3cbb7937fa9ab7cbdab57ff37575d223b6153ec2 diff --git a/crypto/bn/bn_print.c b/crypto/bn/bn_print.c index f2d2fce589..8b349b52d4 100644 --- a/crypto/bn/bn_print.c +++ b/crypto/bn/bn_print.c @@ -294,7 +294,7 @@ int BN_print_fp(FILE *fp, BIGNUM *a) } #endif -int BN_print(BIO *bp, BIGNUM *a) +int BN_print(BIO *bp, const BIGNUM *a) { int i,j,v,z=0; int ret=0;