summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/x509/x509attribute.c
diff options
context:
space:
mode:
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>