diff options
| author | schwarze <> | 2021-07-20 17:31:32 +0000 |
|---|---|---|
| committer | schwarze <> | 2021-07-20 17:31:32 +0000 |
| commit | bf8b2c9ec0c609c82b5461ea29f83549dc7ac156 (patch) | |
| tree | 8f0d83df36207aa8efa16b306c5f982ab3abf98e /src/lib/libcrypto/man/Makefile | |
| parent | 0709cead32277189314b7dc1b11c3cae38813cae (diff) | |
| download | openbsd-bf8b2c9ec0c609c82b5461ea29f83549dc7ac156.tar.gz openbsd-bf8b2c9ec0c609c82b5461ea29f83549dc7ac156.tar.bz2 openbsd-bf8b2c9ec0c609c82b5461ea29f83549dc7ac156.zip | |
Split X509_NAME_hash(3) out of d2i_X509_NAME(3) and document
X509_issuer_name_hash(3), X509_subject_name_hash(3), and the _old variants.
Even though this is only tangentially related to decoding and encoding,
including a single function in d2i_X509_NAME(3) was probably OK,
but let's not bog down that page with six functions that are likely
to become obsolete at some point - even though right now, they are
still being used both internally and by external software.
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
| -rw-r--r-- | src/lib/libcrypto/man/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index 23a46ed318..c7375752bb 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.182 2021/07/19 13:16:43 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.183 2021/07/20 17:31:32 schwarze Exp $ |
| 2 | 2 | ||
| 3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
| 4 | 4 | ||
| @@ -287,6 +287,7 @@ MAN= \ | |||
| 287 | X509_NAME_ENTRY_get_object.3 \ | 287 | X509_NAME_ENTRY_get_object.3 \ |
| 288 | X509_NAME_add_entry_by_txt.3 \ | 288 | X509_NAME_add_entry_by_txt.3 \ |
| 289 | X509_NAME_get_index_by_NID.3 \ | 289 | X509_NAME_get_index_by_NID.3 \ |
| 290 | X509_NAME_hash.3 \ | ||
| 290 | X509_NAME_new.3 \ | 291 | X509_NAME_new.3 \ |
| 291 | X509_NAME_print_ex.3 \ | 292 | X509_NAME_print_ex.3 \ |
| 292 | X509_OBJECT_get0_X509.3 \ | 293 | X509_OBJECT_get0_X509.3 \ |
