Hi All, I'm revisiting some code I wrote a few years ago. During compilation on a MacBook, I got a number of warnings due to deprecation:
SRPCommon.cpp: In destructor ‘virtual BigNumCleanup::~BigNumCleanup()’: SRPCommon.cpp:52: warning: ‘BN_clear_free’ is deprecated (declared at /usr/include/openssl/bn.h:419) SRPCommon.cpp:52: warning: ‘BN_clear_free’ is deprecated (declared at /usr/include/openssl/bn.h:419) SRPCommon.cpp: In destructor ‘virtual BigNumCtxCleanup::~BigNumCtxCleanup()’: SRPCommon.cpp:66: warning: ‘BN_CTX_free’ is deprecated (declared at /usr/include/openssl/bn.h:407) SRPCommon.cpp:66: warning: ‘BN_CTX_free’ is deprecated (declared at /usr/include/openssl/bn.h:407) Has OpenSSL deprecated these functions? I don't see it mentioned in the documents (http://www.openssl.org/docs/crypto/BN_new.html). Or is this more crap from Cupertino? Jeff ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org