diff options
Diffstat (limited to 'src/lib/libcrypto/evp/p_enc.c')
| -rw-r--r-- | src/lib/libcrypto/evp/p_enc.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/lib/libcrypto/evp/p_enc.c b/src/lib/libcrypto/evp/p_enc.c index a1fb9d1d2c..9421646cd3 100644 --- a/src/lib/libcrypto/evp/p_enc.c +++ b/src/lib/libcrypto/evp/p_enc.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: p_enc.c,v 1.8 2014/07/10 22:45:57 jsing Exp $ */ | 1 | /* $OpenBSD: p_enc.c,v 1.9 2014/07/11 08:44:48 jsing Exp $ */ |
| 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
| @@ -60,14 +60,15 @@ | |||
| 60 | 60 | ||
| 61 | #include <openssl/opensslconf.h> | 61 | #include <openssl/opensslconf.h> |
| 62 | 62 | ||
| 63 | #include "cryptlib.h" | 63 | #include <openssl/err.h> |
| 64 | #include <openssl/evp.h> | ||
| 65 | #include <openssl/objects.h> | ||
| 64 | #include <openssl/rand.h> | 66 | #include <openssl/rand.h> |
| 67 | #include <openssl/x509.h> | ||
| 68 | |||
| 65 | #ifndef OPENSSL_NO_RSA | 69 | #ifndef OPENSSL_NO_RSA |
| 66 | #include <openssl/rsa.h> | 70 | #include <openssl/rsa.h> |
| 67 | #endif | 71 | #endif |
| 68 | #include <openssl/evp.h> | ||
| 69 | #include <openssl/objects.h> | ||
| 70 | #include <openssl/x509.h> | ||
| 71 | 72 | ||
| 72 | int | 73 | int |
| 73 | EVP_PKEY_encrypt_old(unsigned char *ek, const unsigned char *key, int key_len, | 74 | EVP_PKEY_encrypt_old(unsigned char *ek, const unsigned char *key, int key_len, |
