diff options
author | tb <> | 2023-04-25 19:48:24 +0000 |
---|---|---|
committer | tb <> | 2023-04-25 19:48:24 +0000 |
commit | c7d8f40ceb118368f3ddb75b6f72df6736a7e954 (patch) | |
tree | 33e68fd34d1d2677c8379a23b2cb066dce5d292b /src/regress/lib/libcrypto/bio/bio_asn1.c | |
parent | c15f0d490350cb45d0df52ab77bd6a5f6183b63c (diff) | |
download | openbsd-c7d8f40ceb118368f3ddb75b6f72df6736a7e954.tar.gz openbsd-c7d8f40ceb118368f3ddb75b6f72df6736a7e954.tar.bz2 openbsd-c7d8f40ceb118368f3ddb75b6f72df6736a7e954.zip |
bio_asn1: adjust for more recent churn
Diffstat (limited to 'src/regress/lib/libcrypto/bio/bio_asn1.c')
-rw-r--r-- | src/regress/lib/libcrypto/bio/bio_asn1.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/bio/bio_asn1.c b/src/regress/lib/libcrypto/bio/bio_asn1.c index ac7f48ced8..abb1642372 100644 --- a/src/regress/lib/libcrypto/bio/bio_asn1.c +++ b/src/regress/lib/libcrypto/bio/bio_asn1.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: bio_asn1.c,v 1.2 2023/03/31 06:07:44 tb Exp $ */ | 1 | /* $OpenBSD: bio_asn1.c,v 1.3 2023/04/25 19:48:24 tb Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2023 Theo Buehler <tb@openbsd.org> | 4 | * Copyright (c) 2023 Theo Buehler <tb@openbsd.org> |
@@ -27,6 +27,8 @@ | |||
27 | #include <openssl/objects.h> | 27 | #include <openssl/objects.h> |
28 | #include <openssl/pkcs7.h> | 28 | #include <openssl/pkcs7.h> |
29 | 29 | ||
30 | #include "asn1_local.h" | ||
31 | |||
30 | /* | 32 | /* |
31 | * Minimal reproducer for the BIO_new_NDEF() write after free fixed in | 33 | * Minimal reproducer for the BIO_new_NDEF() write after free fixed in |
32 | * bio_ndef.c r1.13. | 34 | * bio_ndef.c r1.13. |