Loading crypto/evp/e_rc2.c +3 −2 Original line number Diff line number Diff line Loading @@ -56,10 +56,11 @@ * [including the GNU Public Licence.] */ #ifndef OPENSSL_NO_RC2 #include <stdio.h> #include "cryptlib.h" #ifndef OPENSSL_NO_RC2 #include <openssl/evp.h> #include <openssl/objects.h> #include "evp_locl.h" Loading crypto/rc2/rc2.h +1 −1 Original line number Diff line number Diff line Loading @@ -59,6 +59,7 @@ #ifndef HEADER_RC2_H #define HEADER_RC2_H #include <openssl/opensslconf.h> /* OPENSSL_NO_RC2, RC2_INT */ #ifdef OPENSSL_NO_RC2 #error RC2 is disabled. #endif Loading @@ -66,7 +67,6 @@ #define RC2_ENCRYPT 1 #define RC2_DECRYPT 0 #include <openssl/opensslconf.h> /* RC2_INT */ #define RC2_BLOCK 8 #define RC2_KEY_LENGTH 16 Loading Loading
crypto/evp/e_rc2.c +3 −2 Original line number Diff line number Diff line Loading @@ -56,10 +56,11 @@ * [including the GNU Public Licence.] */ #ifndef OPENSSL_NO_RC2 #include <stdio.h> #include "cryptlib.h" #ifndef OPENSSL_NO_RC2 #include <openssl/evp.h> #include <openssl/objects.h> #include "evp_locl.h" Loading
crypto/rc2/rc2.h +1 −1 Original line number Diff line number Diff line Loading @@ -59,6 +59,7 @@ #ifndef HEADER_RC2_H #define HEADER_RC2_H #include <openssl/opensslconf.h> /* OPENSSL_NO_RC2, RC2_INT */ #ifdef OPENSSL_NO_RC2 #error RC2 is disabled. #endif Loading @@ -66,7 +67,6 @@ #define RC2_ENCRYPT 1 #define RC2_DECRYPT 0 #include <openssl/opensslconf.h> /* RC2_INT */ #define RC2_BLOCK 8 #define RC2_KEY_LENGTH 16 Loading