summaryrefslogtreecommitdiff
path: root/crypto/openssl/crypto/objects/obj_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/crypto/objects/obj_lib.c')
-rw-r--r--crypto/openssl/crypto/objects/obj_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/crypto/objects/obj_lib.c b/crypto/openssl/crypto/objects/obj_lib.c
index acbdeec2c9806..456a1598cec5d 100644
--- a/crypto/openssl/crypto/objects/obj_lib.c
+++ b/crypto/openssl/crypto/objects/obj_lib.c
@@ -11,7 +11,7 @@
#include "internal/cryptlib.h"
#include <openssl/objects.h>
#include <openssl/buffer.h>
-#include "internal/asn1_int.h"
+#include "crypto/asn1.h"
ASN1_OBJECT *OBJ_dup(const ASN1_OBJECT *o)
{