diff options
Diffstat (limited to 'src/lib/libcrypto/bn/bn_mpi.c')
-rw-r--r-- | src/lib/libcrypto/bn/bn_mpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/bn/bn_mpi.c b/src/lib/libcrypto/bn/bn_mpi.c index 80e1dca6b7..05fa9d1e9a 100644 --- a/src/lib/libcrypto/bn/bn_mpi.c +++ b/src/lib/libcrypto/bn/bn_mpi.c | |||
@@ -88,7 +88,7 @@ int BN_bn2mpi(const BIGNUM *a, unsigned char *d) | |||
88 | return(num+4+ext); | 88 | return(num+4+ext); |
89 | } | 89 | } |
90 | 90 | ||
91 | BIGNUM *BN_mpi2bn(unsigned char *d, int n, BIGNUM *a) | 91 | BIGNUM *BN_mpi2bn(const unsigned char *d, int n, BIGNUM *a) |
92 | { | 92 | { |
93 | long len; | 93 | long len; |
94 | int neg=0; | 94 | int neg=0; |