Loading crypto/evp/c_allc.c +0 −4 Original line number Diff line number Diff line Loading @@ -64,10 +64,6 @@ 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()); Loading crypto/evp/c_alld.c +0 −4 Original line number Diff line number Diff line Loading @@ -64,10 +64,6 @@ void OpenSSL_add_all_digests(void) { static int done=0; if (done) return; done=1; #ifndef NO_MD2 EVP_add_digest(EVP_md2()); #endif Loading Loading
crypto/evp/c_allc.c +0 −4 Original line number Diff line number Diff line Loading @@ -64,10 +64,6 @@ 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()); Loading
crypto/evp/c_alld.c +0 −4 Original line number Diff line number Diff line Loading @@ -64,10 +64,6 @@ void OpenSSL_add_all_digests(void) { static int done=0; if (done) return; done=1; #ifndef NO_MD2 EVP_add_digest(EVP_md2()); #endif Loading