diff options
Diffstat (limited to 'crypto/evp/names.c')
-rw-r--r-- | crypto/evp/names.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/evp/names.c b/crypto/evp/names.c index 250356c844..3e8f460328 100644 --- a/crypto/evp/names.c +++ b/crypto/evp/names.c @@ -58,9 +58,9 @@ #include <stdio.h> #include "cryptlib.h" -#include "evp.h" -#include "objects.h" -#include "x509.h" +#include <openssl/evp.h> +#include <openssl/objects.h> +#include <openssl/x509.h> int EVP_add_cipher(EVP_CIPHER *c) { |