diff -ur openssl-master/.gitignore openssl/.gitignore
--- openssl-master/.gitignore	Wed Sep 10 15:48:28 2014
+++ openssl/.gitignore	Wed Sep 10 13:50:45 2014
@@ -16,9 +16,15 @@
 /*.pc
 /rehash.time
 /inc.*
+/inc32
 /makefile.*
 /out.*
 /tmp.*
+/tmp32
+/tmp32dll
+/out32
+/out32dll
+
 
 # Most *.c files under test/ are symlinks
 /test/*.c
diff -ur openssl-master/crypto/bn/bn.h openssl/crypto/bn/bn.h
--- openssl-master/crypto/bn/bn.h	Wed Sep 10 15:48:29 2014
+++ openssl/crypto/bn/bn.h	Wed Sep 10 15:48:59 2014
@@ -816,6 +816,11 @@
 
 int BN_bntest_rand(BIGNUM *rnd, int bits, int top,int bottom);
 
+int bn_probable_prime_dh(BIGNUM *rnd, int bits,
+	const BIGNUM *add, const BIGNUM *rem, BN_CTX *ctx);
+int bn_probable_prime_dh_retry(BIGNUM *rnd, int bits, BN_CTX *ctx);
+int bn_probable_prime_dh_coprime(BIGNUM *rnd, int bits, BN_CTX *ctx);
+
 /* BEGIN ERROR CODES */
 /* The following lines are auto generated by the script mkerr.pl. Any changes
  * made after this point may be overwritten when the script is next run.
diff -ur openssl-master/crypto/bn/bn_lcl.h openssl/crypto/bn/bn_lcl.h
--- openssl-master/crypto/bn/bn_lcl.h	Wed Sep 10 15:48:29 2014
+++ openssl/crypto/bn/bn_lcl.h	Wed Sep 10 15:48:59 2014
@@ -534,11 +534,6 @@
 BIGNUM *int_bn_mod_inverse(BIGNUM *in,
 	const BIGNUM *a, const BIGNUM *n, BN_CTX *ctx, int *noinv);
 
-int bn_probable_prime_dh(BIGNUM *rnd, int bits,
-	const BIGNUM *add, const BIGNUM *rem, BN_CTX *ctx);
-int bn_probable_prime_dh_retry(BIGNUM *rnd, int bits, BN_CTX *ctx);
-int bn_probable_prime_dh_coprime(BIGNUM *rnd, int bits, BN_CTX *ctx);
-
 #ifdef  __cplusplus
 }
 #endif
diff -ur openssl-master/util/libeay.num openssl/util/libeay.num
--- openssl-master/util/libeay.num	Wed Sep 10 15:48:35 2014
+++ openssl/util/libeay.num	Wed Sep 10 15:49:04 2014
@@ -4510,3 +4510,9 @@
 FIPS_drbg_get_app_data                  4870	NOEXIST::FUNCTION:
 FIPS_rsa_verify_ctx                     4871	NOEXIST::FUNCTION:
 i2d_re_X509_tbs                         4872	EXIST::FUNCTION:
+RSA_check_key_ex                        4873	EXIST::FUNCTION:RSA
+i2s_ASN1_IA5STRING                      4874	EXIST::FUNCTION:
+s2i_ASN1_IA5STRING                      4875	EXIST::FUNCTION:
+bn_probable_prime_dh_retry              4876	EXIST::FUNCTION:
+bn_probable_prime_dh_coprime            4877	EXIST::FUNCTION:
+bn_probable_prime_dh                    4878	EXIST::FUNCTION:
