make update

This commit is contained in:
Richard Levitte
2002-06-13 21:57:57 +00:00
parent c3347d0561
commit 578c1cdefa
25 changed files with 1309 additions and 1581 deletions

View File

@@ -64,6 +64,10 @@
void OpenSSL_add_all_ciphers(void)
{
static int done=0;
if (done) return;
done=1;
#ifndef NO_DES
EVP_add_cipher(EVP_des_cfb());
EVP_add_cipher(EVP_des_ede_cfb());