Loading apps/passwd.c +0 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,6 @@ # include <openssl/des.h> #endif #ifndef NO_MD5CRYPT_1 # include <openssl/evp.h> # include <openssl/md5.h> #endif Loading apps/pkcs8.c +0 −1 Original line number Diff line number Diff line Loading @@ -63,7 +63,6 @@ #include <openssl/evp.h> #include <openssl/pkcs12.h> #include "apps.h" #define PROG pkcs8_main int MAIN(int, char **); Loading crypto/asn1/asn1.h +0 −1 Original line number Diff line number Diff line Loading @@ -70,7 +70,6 @@ #include <openssl/symhacks.h> #include <openssl/e_os2.h> #include <openssl/ossl_typ.h> #ifdef OPENSSL_BUILD_SHLIBCRYPTO Loading crypto/bio/bss_bio.c +0 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,6 @@ #include <openssl/bio.h> #include <openssl/err.h> #include <openssl/err.h> #include <openssl/crypto.h> #include "e_os.h" Loading crypto/engine/eng_openssl.c +1 −2 Original line number Diff line number Diff line Loading @@ -68,6 +68,7 @@ #include <openssl/engine.h> #include <openssl/dso.h> #include <openssl/pem.h> #include <openssl/evp.h> /* This testing gunk is implemented (and explained) lower down. It also assumes * the application explicitly calls "ENGINE_load_openssl()" because this is no Loading Loading @@ -191,7 +192,6 @@ IMPLEMENT_DYNAMIC_BIND_FN(bind_fn) * the "init_key" handler is called. * TEST_ENG_OPENSSL_RC4_P_CIPHER - ditto for the "cipher" handler. */ #include <openssl/evp.h> #include <openssl/rc4.h> #define TEST_RC4_KEY_SIZE 16 static int test_cipher_nids[] = {NID_rc4,NID_rc4_40}; Loading Loading @@ -276,7 +276,6 @@ static int openssl_ciphers(ENGINE *e, const EVP_CIPHER **cipher, #ifdef TEST_ENG_OPENSSL_SHA /* Much the same sort of comment as for TEST_ENG_OPENSSL_RC4 */ #include <openssl/evp.h> #include <openssl/sha.h> static int test_digest_nids[] = {NID_sha1}; static int test_digest_nids_number = 1; Loading Loading
apps/passwd.c +0 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,6 @@ # include <openssl/des.h> #endif #ifndef NO_MD5CRYPT_1 # include <openssl/evp.h> # include <openssl/md5.h> #endif Loading
apps/pkcs8.c +0 −1 Original line number Diff line number Diff line Loading @@ -63,7 +63,6 @@ #include <openssl/evp.h> #include <openssl/pkcs12.h> #include "apps.h" #define PROG pkcs8_main int MAIN(int, char **); Loading
crypto/asn1/asn1.h +0 −1 Original line number Diff line number Diff line Loading @@ -70,7 +70,6 @@ #include <openssl/symhacks.h> #include <openssl/e_os2.h> #include <openssl/ossl_typ.h> #ifdef OPENSSL_BUILD_SHLIBCRYPTO Loading
crypto/bio/bss_bio.c +0 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,6 @@ #include <openssl/bio.h> #include <openssl/err.h> #include <openssl/err.h> #include <openssl/crypto.h> #include "e_os.h" Loading
crypto/engine/eng_openssl.c +1 −2 Original line number Diff line number Diff line Loading @@ -68,6 +68,7 @@ #include <openssl/engine.h> #include <openssl/dso.h> #include <openssl/pem.h> #include <openssl/evp.h> /* This testing gunk is implemented (and explained) lower down. It also assumes * the application explicitly calls "ENGINE_load_openssl()" because this is no Loading Loading @@ -191,7 +192,6 @@ IMPLEMENT_DYNAMIC_BIND_FN(bind_fn) * the "init_key" handler is called. * TEST_ENG_OPENSSL_RC4_P_CIPHER - ditto for the "cipher" handler. */ #include <openssl/evp.h> #include <openssl/rc4.h> #define TEST_RC4_KEY_SIZE 16 static int test_cipher_nids[] = {NID_rc4,NID_rc4_40}; Loading Loading @@ -276,7 +276,6 @@ static int openssl_ciphers(ENGINE *e, const EVP_CIPHER **cipher, #ifdef TEST_ENG_OPENSSL_SHA /* Much the same sort of comment as for TEST_ENG_OPENSSL_RC4 */ #include <openssl/evp.h> #include <openssl/sha.h> static int test_digest_nids[] = {NID_sha1}; static int test_digest_nids_number = 1; Loading