diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2000-02-22 03:59:26 +0100 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2000-02-22 03:59:26 +0100 |
commit | 72b60351f17f26568e3af698fab4abd043b3fa29 (patch) | |
tree | e3aee906dafb7a38a275c590a49ff93ccfec6cd5 /TABLE | |
parent | Workarounds to make broken programs happy (such as s_client and s_server). (diff) | |
download | openssl-72b60351f17f26568e3af698fab4abd043b3fa29.tar.xz openssl-72b60351f17f26568e3af698fab4abd043b3fa29.zip |
Change EVP_MD_CTX_type so it is more logical and add EVP_MD_CTX_md for
the old functionality.
Various warning fixes.
Initial EVP symmetric cipher docs.
Diffstat (limited to 'TABLE')
-rw-r--r-- | TABLE | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -784,7 +784,7 @@ $rc5_obj = *** debug-steve $cc = gcc -$cflags = -DL_ENDIAN -DREF_CHECK -DBN_CTX_DEBUG -DCRYPTO_MDEBUG_ALL -DPEDANTIC -g -O2 -m486 -pedantic -Wall -Wshadow -pipe +$cflags = -DL_ENDIAN -DREF_CHECK -DBN_CTX_DEBUG -DCRYPTO_MDEBUG_ALL -DPEDANTIC -g -O2 -m486 -pedantic -Wall -Werror -Wshadow -pipe $unistd = $thread_cflag = -D_REENTRANT $lflags = |