From: tb Date: Sat, 25 May 2024 15:12:47 +0000 (+0000) Subject: Include in the bytestring .c files X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=ae014d6e3f9ccf3d9970baaca440e60715a6e7f5;p=openbsd Include in the bytestring .c files They currently depend on bytestring.h pulling that in. discussed with jsing --- diff --git a/lib/libcrypto/bytestring/bs_ber.c b/lib/libcrypto/bytestring/bs_ber.c index c9779c8965c..eb1eed6185b 100644 --- a/lib/libcrypto/bytestring/bs_ber.c +++ b/lib/libcrypto/bytestring/bs_ber.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bs_ber.c,v 1.2 2021/12/15 18:02:39 jsing Exp $ */ +/* $OpenBSD: bs_ber.c,v 1.3 2024/05/25 15:12:47 tb Exp $ */ /* * Copyright (c) 2014, Google Inc. * @@ -15,6 +15,7 @@ * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include #include #include "bytestring.h" diff --git a/lib/libcrypto/bytestring/bs_cbb.c b/lib/libcrypto/bytestring/bs_cbb.c index c8b6f482456..3c66a28e669 100644 --- a/lib/libcrypto/bytestring/bs_cbb.c +++ b/lib/libcrypto/bytestring/bs_cbb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bs_cbb.c,v 1.4 2022/07/07 17:16:05 tb Exp $ */ +/* $OpenBSD: bs_cbb.c,v 1.5 2024/05/25 15:12:47 tb Exp $ */ /* * Copyright (c) 2014, Google Inc. * @@ -15,6 +15,7 @@ * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include #include #include diff --git a/lib/libcrypto/bytestring/bs_cbs.c b/lib/libcrypto/bytestring/bs_cbs.c index e2bb54e4602..7852d78503c 100644 --- a/lib/libcrypto/bytestring/bs_cbs.c +++ b/lib/libcrypto/bytestring/bs_cbs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bs_cbs.c,v 1.2 2021/12/15 18:02:39 jsing Exp $ */ +/* $OpenBSD: bs_cbs.c,v 1.3 2024/05/25 15:12:47 tb Exp $ */ /* * Copyright (c) 2014, Google Inc. * @@ -15,6 +15,7 @@ * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include #include #include