diff options
Diffstat (limited to 'lib/libcrypto/evp/p_dec.c')
-rw-r--r-- | lib/libcrypto/evp/p_dec.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/libcrypto/evp/p_dec.c b/lib/libcrypto/evp/p_dec.c index c47408dff00..bb4e03091ec 100644 --- a/lib/libcrypto/evp/p_dec.c +++ b/lib/libcrypto/evp/p_dec.c @@ -1,4 +1,4 @@ -/* $OpenBSD: p_dec.c,v 1.8 2014/07/10 22:45:57 jsing Exp $ */ +/* $OpenBSD: p_dec.c,v 1.9 2014/07/11 08:44:48 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -60,14 +60,15 @@ #include <openssl/opensslconf.h> -#include "cryptlib.h" +#include <openssl/evp.h> +#include <openssl/err.h> +#include <openssl/objects.h> #include <openssl/rand.h> +#include <openssl/x509.h> + #ifndef OPENSSL_NO_RSA #include <openssl/rsa.h> #endif -#include <openssl/evp.h> -#include <openssl/objects.h> -#include <openssl/x509.h> int EVP_PKEY_decrypt_old(unsigned char *key, const unsigned char *ek, int ekl, |