Loading crypto/bn/bn.h +0 −1 Original line number Diff line number Diff line Loading @@ -729,7 +729,6 @@ int RAND_pseudo_bytes(unsigned char *buf,int num); bn_pollute(a); \ } int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num); BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w); BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w); void bn_sqr_words(BN_ULONG *rp, const BN_ULONG *ap, int num); Loading crypto/bn/bn_lcl.h +1 −0 Original line number Diff line number Diff line Loading @@ -481,6 +481,7 @@ BN_ULONG bn_add_part_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, int cl, int dl); BN_ULONG bn_sub_part_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, int cl, int dl); int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num); #ifdef __cplusplus } Loading util/libeay.num +1 −1 Original line number Diff line number Diff line Loading @@ -3405,7 +3405,7 @@ ISSUING_DIST_POINT_free 3804 EXIST::FUNCTION: i2d_NETSCAPE_X509 3805 EXIST::FUNCTION: ISSUING_DIST_POINT_it 3806 EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE: ISSUING_DIST_POINT_it 3806 EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION: bn_mul_mont 3807 EXIST::FUNCTION: bn_mul_mont 3807 NOEXIST::FUNCTION: ASN1_PCTX_set_oid_flags 3808 EXIST::FUNCTION: ASN1_PCTX_new 3809 EXIST::FUNCTION: NETSCAPE_X509_new 3810 EXIST::FUNCTION: Loading Loading
crypto/bn/bn.h +0 −1 Original line number Diff line number Diff line Loading @@ -729,7 +729,6 @@ int RAND_pseudo_bytes(unsigned char *buf,int num); bn_pollute(a); \ } int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num); BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w); BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w); void bn_sqr_words(BN_ULONG *rp, const BN_ULONG *ap, int num); Loading
crypto/bn/bn_lcl.h +1 −0 Original line number Diff line number Diff line Loading @@ -481,6 +481,7 @@ BN_ULONG bn_add_part_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, int cl, int dl); BN_ULONG bn_sub_part_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, int cl, int dl); int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num); #ifdef __cplusplus } Loading
util/libeay.num +1 −1 Original line number Diff line number Diff line Loading @@ -3405,7 +3405,7 @@ ISSUING_DIST_POINT_free 3804 EXIST::FUNCTION: i2d_NETSCAPE_X509 3805 EXIST::FUNCTION: ISSUING_DIST_POINT_it 3806 EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE: ISSUING_DIST_POINT_it 3806 EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION: bn_mul_mont 3807 EXIST::FUNCTION: bn_mul_mont 3807 NOEXIST::FUNCTION: ASN1_PCTX_set_oid_flags 3808 EXIST::FUNCTION: ASN1_PCTX_new 3809 EXIST::FUNCTION: NETSCAPE_X509_new 3810 EXIST::FUNCTION: Loading