summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/x509/x509attribute.c
diff options
context:
space:
mode:
authortb <>2021-10-31 08:27:15 +0000
committertb <>2021-10-31 08:27:15 +0000
commit546fac75c026d32fb7fb87202c1b378520ab4c3e (patch)
treead1afad8b03b47bd677634cf695b1c5669120bf3 /src/regress/lib/libcrypto/x509/x509attribute.c
parentbd06f1e8ae5fff9f6ae109217894e7f61176e903 (diff)
downloadopenbsd-546fac75c026d32fb7fb87202c1b378520ab4c3e.tar.gz
openbsd-546fac75c026d32fb7fb87202c1b378520ab4c3e.tar.bz2
openbsd-546fac75c026d32fb7fb87202c1b378520ab4c3e.zip
Prepare regress for opaque structs in x509*.h
Diffstat (limited to '')
-rw-r--r--src/regress/lib/libcrypto/x509/x509attribute.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/x509/x509attribute.c b/src/regress/lib/libcrypto/x509/x509attribute.c
index 3dd6d2912c..4f98114458 100644
--- a/src/regress/lib/libcrypto/x509/x509attribute.c
+++ b/src/regress/lib/libcrypto/x509/x509attribute.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: x509attribute.c,v 1.1 2020/06/04 21:21:03 schwarze Exp $ */ 1/* $OpenBSD: x509attribute.c,v 1.2 2021/10/31 08:27:15 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2020 Ingo Schwarze <schwarze@openbsd.org> 3 * Copyright (c) 2020 Ingo Schwarze <schwarze@openbsd.org>
4 * 4 *
@@ -15,6 +15,8 @@
15 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16 */ 16 */
17 17
18#define LIBRESSL_CRYPTO_INTERNAL
19
18#include <errno.h> 20#include <errno.h>
19#include <stdio.h> 21#include <stdio.h>
20#include <string.h> 22#include <string.h>