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/asn_moid.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/asn_moid.c')
-rw-r--r-- | src/lib/libcrypto/asn1/asn_moid.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/asn1/asn_moid.c b/src/lib/libcrypto/asn1/asn_moid.c index 7bf493e288..c672f0ae94 100644 --- a/src/lib/libcrypto/asn1/asn_moid.c +++ b/src/lib/libcrypto/asn1/asn_moid.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: asn_moid.c,v 1.13 2017/01/29 17:49:22 beck Exp $ */ | 1 | /* $OpenBSD: asn_moid.c,v 1.14 2022/01/07 11:13:54 tb Exp $ */ |
2 | /* Written by Stephen Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Stephen Henson (steve@openssl.org) for the OpenSSL |
3 | * project 2001. | 3 | * project 2001. |
4 | */ | 4 | */ |
@@ -65,6 +65,8 @@ | |||
65 | #include <openssl/crypto.h> | 65 | #include <openssl/crypto.h> |
66 | #include <openssl/x509.h> | 66 | #include <openssl/x509.h> |
67 | 67 | ||
68 | #include "asn1_locl.h" | ||
69 | |||
68 | /* Simple ASN1 OID module: add all objects in a given section */ | 70 | /* Simple ASN1 OID module: add all objects in a given section */ |
69 | 71 | ||
70 | static int do_create(char *value, char *name); | 72 | static int do_create(char *value, char *name); |