From: tb Date: Tue, 25 Apr 2023 19:48:24 +0000 (+0000) Subject: bio_asn1: adjust for more recent churn X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=5f7d54af027da433e76fd686eba5b0f14711f278;p=openbsd bio_asn1: adjust for more recent churn --- diff --git a/regress/lib/libcrypto/bio/Makefile b/regress/lib/libcrypto/bio/Makefile index 3084f06d325..0402e3939ae 100644 --- a/regress/lib/libcrypto/bio/Makefile +++ b/regress/lib/libcrypto/bio/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2023/04/25 15:29:17 tb Exp $ +# $OpenBSD: Makefile,v 1.7 2023/04/25 19:48:24 tb Exp $ PROGS += bio_asn1 PROGS += bio_chain @@ -9,7 +9,9 @@ LDADD = -lcrypto DPADD = ${LIBCRYPTO} WARNINGS = Yes CFLAGS += -DLIBRESSL_INTERNAL -Werror +CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/asn1/ CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/bio/ +CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/bytestring/ LDADD_bio_asn1 = ${CRYPTO_INT} diff --git a/regress/lib/libcrypto/bio/bio_asn1.c b/regress/lib/libcrypto/bio/bio_asn1.c index ac7f48ced89..abb16423724 100644 --- a/regress/lib/libcrypto/bio/bio_asn1.c +++ b/regress/lib/libcrypto/bio/bio_asn1.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bio_asn1.c,v 1.2 2023/03/31 06:07:44 tb Exp $ */ +/* $OpenBSD: bio_asn1.c,v 1.3 2023/04/25 19:48:24 tb Exp $ */ /* * Copyright (c) 2023 Theo Buehler @@ -27,6 +27,8 @@ #include #include +#include "asn1_local.h" + /* * Minimal reproducer for the BIO_new_NDEF() write after free fixed in * bio_ndef.c r1.13.