Loading crypto/cast/cast.h +2 −0 Original line number Diff line number Diff line Loading @@ -63,6 +63,8 @@ extern "C" { #endif #include <openssl/opensslconf.h> #ifdef OPENSSL_NO_CAST #error CAST is disabled. #endif Loading crypto/cast/casttest.c +1 −0 Original line number Diff line number Diff line Loading @@ -59,6 +59,7 @@ #include <stdio.h> #include <string.h> #include <stdlib.h> #include <openssl/opensslconf.h> /* To see if OPENSSL_NO_CAST is defined */ #include "../e_os.h" Loading Loading
crypto/cast/cast.h +2 −0 Original line number Diff line number Diff line Loading @@ -63,6 +63,8 @@ extern "C" { #endif #include <openssl/opensslconf.h> #ifdef OPENSSL_NO_CAST #error CAST is disabled. #endif Loading
crypto/cast/casttest.c +1 −0 Original line number Diff line number Diff line Loading @@ -59,6 +59,7 @@ #include <stdio.h> #include <string.h> #include <stdlib.h> #include <openssl/opensslconf.h> /* To see if OPENSSL_NO_CAST is defined */ #include "../e_os.h" Loading