summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/x509/x509.h')
-rw-r--r--src/lib/libcrypto/x509/x509.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libcrypto/x509/x509.h b/src/lib/libcrypto/x509/x509.h
index 66752f34e9..c84ff6b6b3 100644
--- a/src/lib/libcrypto/x509/x509.h
+++ b/src/lib/libcrypto/x509/x509.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: x509.h,v 1.105 2024/03/02 10:20:27 tb Exp $ */ 1/* $OpenBSD: x509.h,v 1.106 2024/03/02 10:33:51 tb Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -510,9 +510,6 @@ X509_ALGOR *X509_ALGOR_dup(X509_ALGOR *xn);
510int X509_ALGOR_set0(X509_ALGOR *alg, ASN1_OBJECT *aobj, int ptype, void *pval); 510int X509_ALGOR_set0(X509_ALGOR *alg, ASN1_OBJECT *aobj, int ptype, void *pval);
511void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype, const void **ppval, 511void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype, const void **ppval,
512 const X509_ALGOR *algor); 512 const X509_ALGOR *algor);
513#ifndef LIBRESSL_INTERNAL
514void X509_ALGOR_set_md(X509_ALGOR *alg, const EVP_MD *md);
515#endif
516int X509_ALGOR_cmp(const X509_ALGOR *a, const X509_ALGOR *b); 513int X509_ALGOR_cmp(const X509_ALGOR *a, const X509_ALGOR *b);
517 514
518X509_NAME *X509_NAME_dup(X509_NAME *xn); 515X509_NAME *X509_NAME_dup(X509_NAME *xn);