On Sun, Jul 20, 2014, Jeff Trawick wrote:

> On Sat, Jul 19, 2014 at 10:15 PM, Dr. Stephen Henson <st...@openssl.org>
> wrote:
> 
> Definitely better.  I should have played just a little later yesterday.
> 
> FWIW, unresolved references to this family of functions seems to be a
> common issue:
> 
>    Creating library tmp32dll\junk.lib and object tmp32dll\junk.exp
> speed.obj : error LNK2019: unresolved external symbol bn_probable_prime_dh
> refer
> enced in function speed_main
> speed.obj : error LNK2019: unresolved external symbol
> bn_probable_prime_dh_retry
>  referenced in function speed_main
> speed.obj : error LNK2019: unresolved external symbol
> bn_probable_prime_dh_copri
> me referenced in function speed_main
> 
> I don't see that in libeay.num or libssl.num, though I didn't get a warning
> when running ms\do_win64a.bat.
> 

That's one of the things being investigated. That (and several other)
functions wouldn't normally be exported (they're internal library functions
which applications shouldn't use) so we're discussing how to address it.

Steve.
--
Dr Stephen N. Henson. OpenSSL project core developer.
Commercial tech support now available see: http://www.openssl.org
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to