summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2024-06-12 03:55:47 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2024-06-12 03:55:47 +0000
commit9187e741056718a8218fd781fc06a4535e878f39 (patch)
treef0c6cb74f35dfa15090c04d8bba5389fbe8f9908 /lib
parentdd46a2ecc3d3105954b7c728cedf979a97817deb (diff)
piuid, psuid -> issuerUID, subjectUID
Diffstat (limited to 'lib')
-rw-r--r--lib/libcrypto/x509/x509.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/x509/x509.h b/lib/libcrypto/x509/x509.h
index 59c5f16108c..87bc6dbb337 100644
--- a/lib/libcrypto/x509/x509.h
+++ b/lib/libcrypto/x509/x509.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: x509.h,v 1.111 2024/03/02 10:59:41 tb Exp $ */
+/* $OpenBSD: x509.h,v 1.112 2024/06/12 03:55:46 tb Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -693,8 +693,8 @@ int ASN1_item_sign_ctx(const ASN1_ITEM *it,
#endif
const STACK_OF(X509_EXTENSION) *X509_get0_extensions(const X509 *x);
-void X509_get0_uids(const X509 *x, const ASN1_BIT_STRING **piuid,
- const ASN1_BIT_STRING **psuid);
+void X509_get0_uids(const X509 *x, const ASN1_BIT_STRING **issuerUID,
+ const ASN1_BIT_STRING **subjectUID);
const X509_ALGOR *X509_get0_tbs_sigalg(const X509 *x);
int X509_set_version(X509 *x, long version);
long X509_get_version(const X509 *x);