diff options
Diffstat (limited to 'doc/man3/OPENSSL_LH_COMPFUNC.pod')
-rw-r--r-- | doc/man3/OPENSSL_LH_COMPFUNC.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man3/OPENSSL_LH_COMPFUNC.pod b/doc/man3/OPENSSL_LH_COMPFUNC.pod index 688ef0edcb91..f62c57172cb7 100644 --- a/doc/man3/OPENSSL_LH_COMPFUNC.pod +++ b/doc/man3/OPENSSL_LH_COMPFUNC.pod @@ -123,7 +123,7 @@ Then a hash table of B<I<TYPE>> objects can be created using this: B<lh_I<TYPE>_free>() frees the B<LHASH_OF>(B<I<TYPE>>) structure I<table>. Allocated hash table entries will not be freed; consider using B<lh_I<TYPE>_doall>() to deallocate any remaining entries in the -hash table (see below). +hash table (see below). If the argument is NULL, nothing is done. B<lh_I<TYPE>_flush>() empties the B<LHASH_OF>(B<I<TYPE>>) structure I<table>. New entries can be added to the flushed table. Allocated hash table entries @@ -299,7 +299,7 @@ type checking. =head1 COPYRIGHT -Copyright 2000-2022 The OpenSSL Project Authors. All Rights Reserved. +Copyright 2000-2024 The OpenSSL Project Authors. All Rights Reserved. Licensed under the Apache License 2.0 (the "License"). You may not use this file except in compliance with the License. You can obtain a copy |