summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2023-10-26 08:01:57 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2023-10-26 08:01:57 +0000
commit86982f4b47bf68d22d55ad86ea4424ceb02e3e6d (patch)
tree3697d32ee8658154da01bfc649f7c8719cc9a1a7 /lib
parente963519027fce12c0190ae47aab43461e609cd00 (diff)
Hide X509_ALGOR_set_md() for LIBRESSL_INTERNAL
Diffstat (limited to 'lib')
-rw-r--r--lib/libcrypto/x509/x509.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libcrypto/x509/x509.h b/lib/libcrypto/x509/x509.h
index f76576f61c1..a3a37718b8a 100644
--- a/lib/libcrypto/x509/x509.h
+++ b/lib/libcrypto/x509/x509.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: x509.h,v 1.101 2023/07/28 15:50:33 tb Exp $ */
+/* $OpenBSD: x509.h,v 1.102 2023/10/26 08:01:56 tb Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -527,7 +527,9 @@ X509_ALGOR *X509_ALGOR_dup(X509_ALGOR *xn);
int X509_ALGOR_set0(X509_ALGOR *alg, ASN1_OBJECT *aobj, int ptype, void *pval);
void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype, const void **ppval,
const X509_ALGOR *algor);
+#ifndef LIBRESSL_INTERNAL
void X509_ALGOR_set_md(X509_ALGOR *alg, const EVP_MD *md);
+#endif
int X509_ALGOR_cmp(const X509_ALGOR *a, const X509_ALGOR *b);
X509_NAME *X509_NAME_dup(X509_NAME *xn);