diff options
Diffstat (limited to 'lib/libcrypto/evp/e_rc5.c')
| -rw-r--r-- | lib/libcrypto/evp/e_rc5.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libcrypto/evp/e_rc5.c b/lib/libcrypto/evp/e_rc5.c index 3c7713b1816..19a10c64024 100644 --- a/lib/libcrypto/evp/e_rc5.c +++ b/lib/libcrypto/evp/e_rc5.c @@ -56,10 +56,11 @@ * [including the GNU Public Licence.] */ -#ifndef OPENSSL_NO_RC5 - #include <stdio.h> #include "cryptlib.h" + +#ifndef OPENSSL_NO_RC5 + #include <openssl/evp.h> #include <openssl/objects.h> #include "evp_locl.h" |
