From: Geoff Thorpe <[EMAIL PROTECTED]>

geoff> Hey there,
geoff> 
geoff> Um this breaks compilation due to const problems.
geoff> 
geoff> On Thu, 16 Nov 2000 [EMAIL PROTECTED] wrote:
geoff> 
geoff> >    /* tmp must have 2*n words */
geoff> >   -void bn_sqr_normal(BN_ULONG *r, BN_ULONG *a, int n, BN_ULONG *tmp)
geoff> >   +void bn_sqr_normal(BN_ULONG *r, const BN_ULONG *a, int n, BN_ULONG *tmp)
geoff> 
geoff> This requires a corresponding change in the declaration in bn_lcl.h. It
geoff> also passes a const parameter into bn_mul_words that it doesn't want as
geoff> const - that's the point at which I decided to tell you rather than trying
geoff> and fix it myself. :-)

I beg for your patience.  A commit that fixes all that.  The only
thing I don't commit yet is my pretty heavy experiments around
BN_mul(), so I need to clean a little before I commit the rest...  And
test it...  It should happen within the half hour...

-- 
Richard Levitte   \ Spannv�gen 38, II \ [EMAIL PROTECTED]
Chairman@Stacken   \ S-168 35  BROMMA  \ T: +46-8-26 52 47
Redakteur@Stacken   \      SWEDEN       \ or +46-709-50 36 10
Procurator Odiosus Ex Infernis                -- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/
Software Engineer, Celo Communications: http://www.celocom.com/

Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to