aboutsummaryrefslogtreecommitdiff
path: root/crypto/objects/obj_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/objects/obj_lib.c')
-rw-r--r--crypto/objects/obj_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/objects/obj_lib.c b/crypto/objects/obj_lib.c
index acbdeec2c980..456a1598cec5 100644
--- a/crypto/objects/obj_lib.c
+++ b/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)
{