diff options
author | Todd Short <tshort@akamai.com> | 2022-09-21 20:06:23 +0200 |
---|---|---|
committer | Hugo Landau <hlandau@openssl.org> | 2022-09-26 08:57:01 +0200 |
commit | 28a5aa0cbdddfdf4d82a437d72407d4f52d4e54a (patch) | |
tree | da6cb87e38cdd202aab5bb8d381dee4d77b28d90 /util | |
parent | Allow PKCS12 export to set arbitrary bag attributes (diff) | |
download | openssl-28a5aa0cbdddfdf4d82a437d72407d4f52d4e54a.tar.xz openssl-28a5aa0cbdddfdf4d82a437d72407d4f52d4e54a.zip |
Add documentation for the OPENSSL_gmtime functions
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19257)
Diffstat (limited to 'util')
-rw-r--r-- | util/missingcrypto.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/util/missingcrypto.txt b/util/missingcrypto.txt index 3cadb3277d..be292c1b51 100644 --- a/util/missingcrypto.txt +++ b/util/missingcrypto.txt @@ -808,9 +808,6 @@ OPENSSL_LH_set_down_load(3) OPENSSL_LH_strhash(3) OPENSSL_asc2uni(3) OPENSSL_die(3) -OPENSSL_gmtime(3) -OPENSSL_gmtime_adj(3) -OPENSSL_gmtime_diff(3) OPENSSL_init(3) OPENSSL_isservice(3) OPENSSL_issetugid(3) |