Hi, We've noticed that the current master branch cannot generate a Windows DLL and fails when linking the bntest binary. I've generated a patch to address the issue.
The introduction of the new coprime numbers introduced a function in a private header that doesn't get exported for dynamic libraries on Windows. This patch moves the function header to the public header bn.h The three functions that were necessary to move are: bn_probable_prime_dh bn_probable_prime_dh_retry bn_probable_prime_dh_coprime This also updates the ordinal numbers in libeay.num and excludes the temporary folders for windows from GIT. Thank you. Gilles Khouzam Software Development Lead Microsoft Corporation.
OpenSSL.WindowsDLL.patch
Description: Binary data