diff options
| author | tb <> | 2024-06-12 03:55:46 +0000 |
|---|---|---|
| committer | tb <> | 2024-06-12 03:55:46 +0000 |
| commit | 6064df5f6e6eb20c23655f7b64bc58eda1789acf (patch) | |
| tree | 722ecb5f72fbf5b47dd36089137cf6865d6cef6b | |
| parent | f129dd216bd86b7dda2b8f48c7020e4a04b15578 (diff) | |
| download | openbsd-6064df5f6e6eb20c23655f7b64bc58eda1789acf.tar.gz openbsd-6064df5f6e6eb20c23655f7b64bc58eda1789acf.tar.bz2 openbsd-6064df5f6e6eb20c23655f7b64bc58eda1789acf.zip | |
piuid, psuid -> issuerUID, subjectUID
| -rw-r--r-- | src/lib/libcrypto/x509/x509.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/x509/x509.h b/src/lib/libcrypto/x509/x509.h index 59c5f16108..87bc6dbb33 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.111 2024/03/02 10:59:41 tb Exp $ */ | 1 | /* $OpenBSD: x509.h,v 1.112 2024/06/12 03:55:46 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 | * |
| @@ -693,8 +693,8 @@ int ASN1_item_sign_ctx(const ASN1_ITEM *it, | |||
| 693 | #endif | 693 | #endif |
| 694 | 694 | ||
| 695 | const STACK_OF(X509_EXTENSION) *X509_get0_extensions(const X509 *x); | 695 | const STACK_OF(X509_EXTENSION) *X509_get0_extensions(const X509 *x); |
| 696 | void X509_get0_uids(const X509 *x, const ASN1_BIT_STRING **piuid, | 696 | void X509_get0_uids(const X509 *x, const ASN1_BIT_STRING **issuerUID, |
| 697 | const ASN1_BIT_STRING **psuid); | 697 | const ASN1_BIT_STRING **subjectUID); |
| 698 | const X509_ALGOR *X509_get0_tbs_sigalg(const X509 *x); | 698 | const X509_ALGOR *X509_get0_tbs_sigalg(const X509 *x); |
| 699 | int X509_set_version(X509 *x, long version); | 699 | int X509_set_version(X509 *x, long version); |
| 700 | long X509_get_version(const X509 *x); | 700 | long X509_get_version(const X509 *x); |
