Undefine OPENSSL_NO_DEPRECATED inside openssl application code if we are
authorGeoff Thorpe <geoff@openssl.org>
Sun, 8 Dec 2002 05:38:44 +0000 (05:38 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Sun, 8 Dec 2002 05:38:44 +0000 (05:38 +0000)
commit5daec7ea0ed73def95c65d4e23d1a22839355332
treefc3b2444e0507902ee0cef514fb8152c90d21dbd
parente9224c717711eefb30038c9b37c69795dda93c9a
Undefine OPENSSL_NO_DEPRECATED inside openssl application code if we are
being built with it defined - it is not a symbol to affect how openssl
itself builds, but to alter the way openssl headers can be used from an API
point of view. The "deprecated" function wrappers will always remain inside
OpenSSL at least as long as they're still being used internally. :-)

The exception is dsaparam which has been updated to the BN_GENCB-based
functions to test the new functionality. If GENCB_TEST is defined, dsaparam
will support a "-timebomb <n>" switch to cancel parameter-generation if it
gets as far as 'n' seconds without completion.
apps/dsaparam.c
apps/gendh.c
apps/genrsa.c
apps/req.c
apps/s_server.c