diff options
author | tb <> | 2022-01-07 12:24:17 +0000 |
---|---|---|
committer | tb <> | 2022-01-07 12:24:17 +0000 |
commit | a42b07afac78ec75467b5a5ca9fcbbdaf9d093a4 (patch) | |
tree | 3be8aaa0be1ff366c334c72a7b5f62d1f95d7987 /src/lib/libcrypto/asn1/tasn_fre.c | |
parent | be94cfe2fe331560a143676b8617867e0f0674a0 (diff) | |
download | openbsd-a42b07afac78ec75467b5a5ca9fcbbdaf9d093a4.tar.gz openbsd-a42b07afac78ec75467b5a5ca9fcbbdaf9d093a4.tar.bz2 openbsd-a42b07afac78ec75467b5a5ca9fcbbdaf9d093a4.zip |
A few more files need asn1_locl.h.
Diffstat (limited to 'src/lib/libcrypto/asn1/tasn_fre.c')
-rw-r--r-- | src/lib/libcrypto/asn1/tasn_fre.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/asn1/tasn_fre.c b/src/lib/libcrypto/asn1/tasn_fre.c index b621af3b37..64d3856360 100644 --- a/src/lib/libcrypto/asn1/tasn_fre.c +++ b/src/lib/libcrypto/asn1/tasn_fre.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: tasn_fre.c,v 1.17 2019/04/01 15:48:04 jsing Exp $ */ | 1 | /* $OpenBSD: tasn_fre.c,v 1.18 2022/01/07 12:24:17 tb Exp $ */ |
2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
3 | * project 2000. | 3 | * project 2000. |
4 | */ | 4 | */ |
@@ -62,6 +62,8 @@ | |||
62 | #include <openssl/asn1t.h> | 62 | #include <openssl/asn1t.h> |
63 | #include <openssl/objects.h> | 63 | #include <openssl/objects.h> |
64 | 64 | ||
65 | #include "asn1_locl.h" | ||
66 | |||
65 | static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, | 67 | static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, |
66 | int combine); | 68 | int combine); |
67 | 69 | ||