NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: lib/37505



The following reply was made to PR lib/37505; it has been noted by GNATS.

From: Patrick Welche <prlw1%cam.ac.uk@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: lib/37505
Date: Fri, 19 Sep 2008 15:36:47 +0100

 --SLDf9lqlvOQaIe6s
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 I just hit this very same bug last night - could someone at least apply
 the obvious fix attached?
 
 Cheers,
 
 Patrick
 
 --SLDf9lqlvOQaIe6s
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="crypto.diff"
 
 Index: bn.inc
 ===================================================================
 RCS file: /cvsroot/src/lib/libcrypto/bn.inc,v
 retrieving revision 1.10
 diff -u -r1.10 bn.inc
 --- bn.inc     10 May 2008 21:41:22 -0000      1.10
 +++ bn.inc     19 Sep 2008 14:35:57 -0000
 @@ -14,7 +14,8 @@
  BN_SRCS += bn_add.c bn_div.c bn_exp.c bn_lib.c bn_ctx.c bn_mod.c \
        bn_print.c bn_rand.c bn_shift.c bn_word.c bn_blind.c bn_mul.c \
        bn_kron.c bn_sqrt.c bn_gcd.c bn_prime.c bn_err.c bn_sqr.c \
 -      bn_recp.c bn_mont.c bn_mpi.c bn_exp2.c bn_nist.c bn_gf2m.c bn_depr.c
 +      bn_recp.c bn_mont.c bn_mpi.c bn_exp2.c bn_nist.c bn_gf2m.c bn_depr.c \
 +      bn_const.c
  SRCS += ${BN_SRCS}
  
  .for cryptosrc in ${BN_SRCS}
 
 --SLDf9lqlvOQaIe6s--
 


Home | Main Index | Thread Index | Old Index