Loading crypto/bn/bn_lib.c +2 −0 Original line number Diff line number Diff line Loading @@ -489,6 +489,8 @@ BIGNUM *BN_dup(const BIGNUM *a) { BIGNUM *r; if (a == NULL) return NULL; bn_check_top(a); r=BN_new(); Loading Loading
crypto/bn/bn_lib.c +2 −0 Original line number Diff line number Diff line Loading @@ -489,6 +489,8 @@ BIGNUM *BN_dup(const BIGNUM *a) { BIGNUM *r; if (a == NULL) return NULL; bn_check_top(a); r=BN_new(); Loading