summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/regress/lib/libcrypto/asn1/x509_algor.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/asn1/x509_algor.c b/src/regress/lib/libcrypto/asn1/x509_algor.c
index 8d94e5998e..47d7305663 100644
--- a/src/regress/lib/libcrypto/asn1/x509_algor.c
+++ b/src/regress/lib/libcrypto/asn1/x509_algor.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: x509_algor.c,v 1.5 2023/10/12 17:14:17 tb Exp $ */ 1/* $OpenBSD: x509_algor.c,v 1.6 2023/10/26 08:01:38 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2023 Theo Buehler <tb@openbsd.org> 3 * Copyright (c) 2023 Theo Buehler <tb@openbsd.org>
4 * 4 *
@@ -23,6 +23,8 @@
23#include <openssl/objects.h> 23#include <openssl/objects.h>
24#include <openssl/x509.h> 24#include <openssl/x509.h>
25 25
26void X509_ALGOR_set_md(X509_ALGOR *alg, const EVP_MD *md);
27
26static int 28static int
27x509_algor_new_test(void) 29x509_algor_new_test(void)
28{ 30{