diff options
Diffstat (limited to '')
-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. |