diff options
author | tb <> | 2022-01-07 11:13:55 +0000 |
---|---|---|
committer | tb <> | 2022-01-07 11:13:55 +0000 |
commit | be94cfe2fe331560a143676b8617867e0f0674a0 (patch) | |
tree | cea8fd9df9e62ee53af6f8a820cebc3c266aa116 /src/lib/libcrypto/asn1/a_object.c | |
parent | 79f266d95b1179bddc9e06127734346144314625 (diff) | |
download | openbsd-be94cfe2fe331560a143676b8617867e0f0674a0.tar.gz openbsd-be94cfe2fe331560a143676b8617867e0f0674a0.tar.bz2 openbsd-be94cfe2fe331560a143676b8617867e0f0674a0.zip |
include asn1_locl.h where it will be needed for the bump.
discussed with jsing
Diffstat (limited to 'src/lib/libcrypto/asn1/a_object.c')
-rw-r--r-- | src/lib/libcrypto/asn1/a_object.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/asn1/a_object.c b/src/lib/libcrypto/asn1/a_object.c index 5d91806ba4..1407f7df1c 100644 --- a/src/lib/libcrypto/asn1/a_object.c +++ b/src/lib/libcrypto/asn1/a_object.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: a_object.c,v 1.36 2021/12/25 13:17:48 jsing Exp $ */ | 1 | /* $OpenBSD: a_object.c,v 1.37 2022/01/07 11:13:54 tb 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 | * |
@@ -67,6 +67,8 @@ | |||
67 | #include <openssl/buffer.h> | 67 | #include <openssl/buffer.h> |
68 | #include <openssl/objects.h> | 68 | #include <openssl/objects.h> |
69 | 69 | ||
70 | #include "asn1_locl.h" | ||
71 | |||
70 | const ASN1_ITEM ASN1_OBJECT_it = { | 72 | const ASN1_ITEM ASN1_OBJECT_it = { |
71 | .itype = ASN1_ITYPE_PRIMITIVE, | 73 | .itype = ASN1_ITYPE_PRIMITIVE, |
72 | .utype = V_ASN1_OBJECT, | 74 | .utype = V_ASN1_OBJECT, |