From 84c15db551ce1d167b901a3bde2b21880b084384 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Fri, 4 Jun 1999 22:23:10 +0000 Subject: Some constification and stacks that slipped through the cracks (how?). --- crypto/bn/bn_shift.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/bn/bn_shift.c') diff --git a/crypto/bn/bn_shift.c b/crypto/bn/bn_shift.c index 6dbe77b50f..61aae65a6b 100644 --- a/crypto/bn/bn_shift.c +++ b/crypto/bn/bn_shift.c @@ -121,7 +121,7 @@ int BN_rshift1(BIGNUM *r, BIGNUM *a) return(1); } -int BN_lshift(BIGNUM *r, BIGNUM *a, int n) +int BN_lshift(BIGNUM *r, const BIGNUM *a, int n) { int i,nw,lb,rb; BN_ULONG *t,*f; -- cgit v1.2.3