Fourth phase EVP revision.
authorDr. Stephen Henson <steve@openssl.org>
Tue, 30 May 2000 02:10:57 +0000 (02:10 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 30 May 2000 02:10:57 +0000 (02:10 +0000)
commit57ae2e242878b87a36bbc529e1b6432584fc93db
treec16cc1918cbdeb5e5615564c6fed4caffbdabcf6
parent380d3aa6be877560888c6cd69d7eba20b5883441
Fourth phase EVP revision.

Declare ciphers in terms of macros. This reduces
the amount of code and places each block cipher EVP
definition in a single file instead of being spread
over 4 files.
32 files changed:
CHANGES
crypto/evp/Makefile.ssl
crypto/evp/e_bf.c [moved from crypto/evp/e_cbc_bf.c with 79% similarity]
crypto/evp/e_cast.c [moved from crypto/evp/e_cbc_c.c with 79% similarity]
crypto/evp/e_cbc_3d.c [deleted file]
crypto/evp/e_cbc_d.c [deleted file]
crypto/evp/e_cfb_3d.c [deleted file]
crypto/evp/e_cfb_bf.c [deleted file]
crypto/evp/e_cfb_c.c [deleted file]
crypto/evp/e_cfb_d.c [deleted file]
crypto/evp/e_cfb_i.c [deleted file]
crypto/evp/e_cfb_r2.c [deleted file]
crypto/evp/e_cfb_r5.c [deleted file]
crypto/evp/e_des.c [moved from crypto/evp/e_ecb_d.c with 74% similarity]
crypto/evp/e_des3.c [moved from crypto/evp/e_ecb_3d.c with 69% similarity]
crypto/evp/e_ecb_bf.c [deleted file]
crypto/evp/e_ecb_c.c [deleted file]
crypto/evp/e_ecb_i.c [deleted file]
crypto/evp/e_ecb_r2.c [deleted file]
crypto/evp/e_ecb_r5.c [deleted file]
crypto/evp/e_idea.c [moved from crypto/evp/e_cbc_i.c with 79% similarity]
crypto/evp/e_ofb_3d.c [deleted file]
crypto/evp/e_ofb_bf.c [deleted file]
crypto/evp/e_ofb_c.c [deleted file]
crypto/evp/e_ofb_d.c [deleted file]
crypto/evp/e_ofb_i.c [deleted file]
crypto/evp/e_ofb_r2.c [deleted file]
crypto/evp/e_ofb_r5.c [deleted file]
crypto/evp/e_rc2.c [moved from crypto/evp/e_cbc_r2.c with 83% similarity]
crypto/evp/e_rc5.c [moved from crypto/evp/e_cbc_r5.c with 88% similarity]
crypto/evp/evp.h
crypto/evp/evp_enc.c