commit | 61f5b6f33807306d09bccbc2dcad474d1d04ca40 | [log] [tgz] |
---|---|---|
author | Ben Laurie <ben@openssl.org> | Fri Apr 23 15:01:15 1999 +0000 |
committer | Ben Laurie <ben@openssl.org> | Fri Apr 23 15:01:15 1999 +0000 |
tree | 1680fa648df5f730df11ec433a512a1fadf0facd | |
parent | 779cc0bca98e35830db455f34b986b86a2d2f822 [diff] [blame] |
Work with -pedantic!
diff --git a/crypto/bn/bn_lib.c b/crypto/bn/bn_lib.c index 00693bc..f866126 100644 --- a/crypto/bn/bn_lib.c +++ b/crypto/bn/bn_lib.c
@@ -571,7 +571,7 @@ } /* ignore negative */ -BIGNUM *BN_bin2bn(unsigned char *s, int len, BIGNUM *ret) +BIGNUM *BN_bin2bn(const unsigned char *s, int len, BIGNUM *ret) { unsigned int i,m; unsigned int n;