diff options
Diffstat (limited to 'usr/src/common/openssl/crypto/evp/e_cast.c')
| -rw-r--r-- | usr/src/common/openssl/crypto/evp/e_cast.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/common/openssl/crypto/evp/e_cast.c b/usr/src/common/openssl/crypto/evp/e_cast.c index 3400fef187..d77bcd9298 100644 --- a/usr/src/common/openssl/crypto/evp/e_cast.c +++ b/usr/src/common/openssl/crypto/evp/e_cast.c @@ -56,10 +56,10 @@ * [including the GNU Public Licence.] */ -#ifndef OPENSSL_NO_CAST - #include <stdio.h> #include "cryptlib.h" + +#ifndef OPENSSL_NO_CAST #include <openssl/evp.h> #include <openssl/objects.h> #include "evp_locl.h" |
