diff options
Diffstat (limited to 'crypto/asn1/x_attrib.c')
-rw-r--r-- | crypto/asn1/x_attrib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/asn1/x_attrib.c b/crypto/asn1/x_attrib.c index ab8777a79f..6b33f58f57 100644 --- a/crypto/asn1/x_attrib.c +++ b/crypto/asn1/x_attrib.c @@ -58,8 +58,8 @@ #include <stdio.h> #include "cryptlib.h" -#include "objects.h" -#include "asn1_mac.h" +#include <openssl/objects.h> +#include <openssl/asn1_mac.h> /* * ASN1err(ASN1_F_D2I_X509_ATTRIBUTE,ERR_R_ASN1_LENGTH_MISMATCH); |