File openssl-1.0.2p-declare-BN_secure_new.patch of Package openssl-1_0_0.29467
Index: openssl-1.0.2p/crypto/bn/bn.h
===================================================================
--- openssl-1.0.2p.orig/crypto/bn/bn.h
+++ openssl-1.0.2p/crypto/bn/bn.h
@@ -497,6 +497,7 @@ int BN_pseudo_rand_range(BIGNUM *rnd, co
int BN_num_bits(const BIGNUM *a);
int BN_num_bits_word(BN_ULONG);
BIGNUM *BN_new(void);
+BIGNUM *BN_secure_new(void);
void BN_init(BIGNUM *);
void BN_clear_free(BIGNUM *a);
BIGNUM *BN_copy(BIGNUM *a, const BIGNUM *b);