diff options
author | tb <> | 2025-02-21 05:44:28 +0000 |
---|---|---|
committer | tb <> | 2025-02-21 05:44:28 +0000 |
commit | 387bdcf9184c5c49aedb5482426ecb5a944bb6fe (patch) | |
tree | 2cbe60d8d9489e493697ea6bce1376c8e0844757 /src/lib/libcrypto/x509 | |
parent | 622a7eaa6740f9747a004a390c6ae362ab4dd335 (diff) | |
download | openbsd-387bdcf9184c5c49aedb5482426ecb5a944bb6fe.tar.gz openbsd-387bdcf9184c5c49aedb5482426ecb5a944bb6fe.tar.bz2 openbsd-387bdcf9184c5c49aedb5482426ecb5a944bb6fe.zip |
Remove unused name member from x509_st
As far as I can tell this has never been used since the beginning of git
history with SSLeay 0.8.1b, so we can simplify the x509_cb() a little.
ok jsing miod
Diffstat (limited to 'src/lib/libcrypto/x509')
-rw-r--r-- | src/lib/libcrypto/x509/x509_local.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x509/x509_local.h b/src/lib/libcrypto/x509/x509_local.h index 47fc783db4..09092f7fdc 100644 --- a/src/lib/libcrypto/x509/x509_local.h +++ b/src/lib/libcrypto/x509/x509_local.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: x509_local.h,v 1.35 2025/02/20 20:30:12 tb Exp $ */ | 1 | /* $OpenBSD: x509_local.h,v 1.36 2025/02/21 05:44:28 tb Exp $ */ |
2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
3 | * project 2013. | 3 | * project 2013. |
4 | */ | 4 | */ |
@@ -185,7 +185,6 @@ struct x509_st { | |||
185 | X509_ALGOR *sig_alg; | 185 | X509_ALGOR *sig_alg; |
186 | ASN1_BIT_STRING *signature; | 186 | ASN1_BIT_STRING *signature; |
187 | int references; | 187 | int references; |
188 | char *name; | ||
189 | CRYPTO_EX_DATA ex_data; | 188 | CRYPTO_EX_DATA ex_data; |
190 | /* These contain copies of various extension values */ | 189 | /* These contain copies of various extension values */ |
191 | long ex_pathlen; | 190 | long ex_pathlen; |