Loading crypto/des/des_old.c +1 −0 Original line number Diff line number Diff line Loading @@ -73,6 +73,7 @@ */ #include <openssl/des_old.h> #include <openssl/des.h> #include <openssl/rand.h> const char *des_options(void) Loading crypto/des/des_old.h +2 −3 Original line number Diff line number Diff line Loading @@ -72,8 +72,8 @@ * */ #ifndef HEADER_DES_COMP_H #define HEADER_DES_COMP_H #ifndef HEADER_DES_OLD_H #define HEADER_DES_OLD_H #ifdef OPENSSL_NO_DES #error DES is disabled. Loading @@ -85,7 +85,6 @@ #include <openssl/opensslconf.h> /* DES_LONG */ #include <openssl/e_os2.h> /* OPENSSL_EXTERN */ #include <openssl/des.h> #include <openssl/symhacks.h> #ifdef OPENSSL_BUILD_SHLIBCRYPTO Loading crypto/des/destest.c +1 −0 Original line number Diff line number Diff line Loading @@ -82,6 +82,7 @@ int main(int argc, char *argv[]) return(0); } #else #include <openssl/des.h> #include <openssl/des_old.h> #if defined(PERL5) || defined(__FreeBSD__) Loading crypto/opensslconf.h.in +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ #endif #endif #if defined(HEADER_DES_H) && !defined(DES_LONG) #if (defined(HEADER_DES_H) || defined(HEADER_DES_OLD_H)) && !defined(DES_LONG) /* If this is set to 'unsigned int' on a DEC Alpha, this gives about a * %20 speed up (longs are 8 bytes, int's are 4). */ #ifndef DES_LONG Loading Loading
crypto/des/des_old.c +1 −0 Original line number Diff line number Diff line Loading @@ -73,6 +73,7 @@ */ #include <openssl/des_old.h> #include <openssl/des.h> #include <openssl/rand.h> const char *des_options(void) Loading
crypto/des/des_old.h +2 −3 Original line number Diff line number Diff line Loading @@ -72,8 +72,8 @@ * */ #ifndef HEADER_DES_COMP_H #define HEADER_DES_COMP_H #ifndef HEADER_DES_OLD_H #define HEADER_DES_OLD_H #ifdef OPENSSL_NO_DES #error DES is disabled. Loading @@ -85,7 +85,6 @@ #include <openssl/opensslconf.h> /* DES_LONG */ #include <openssl/e_os2.h> /* OPENSSL_EXTERN */ #include <openssl/des.h> #include <openssl/symhacks.h> #ifdef OPENSSL_BUILD_SHLIBCRYPTO Loading
crypto/des/destest.c +1 −0 Original line number Diff line number Diff line Loading @@ -82,6 +82,7 @@ int main(int argc, char *argv[]) return(0); } #else #include <openssl/des.h> #include <openssl/des_old.h> #if defined(PERL5) || defined(__FreeBSD__) Loading
crypto/opensslconf.h.in +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ #endif #endif #if defined(HEADER_DES_H) && !defined(DES_LONG) #if (defined(HEADER_DES_H) || defined(HEADER_DES_OLD_H)) && !defined(DES_LONG) /* If this is set to 'unsigned int' on a DEC Alpha, this gives about a * %20 speed up (longs are 8 bytes, int's are 4). */ #ifndef DES_LONG Loading