diff options
author | Matt Caswell <matt@openssl.org> | 2021-02-17 18:22:35 +0100 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2021-02-22 13:15:34 +0100 |
commit | 18b207c798b1ce1a760015d17150130269fa3110 (patch) | |
tree | 3126775a7fae8b4cd91809e5d8b4c5317703756d /util/missingmacro.txt | |
parent | Document OPENSSL_LH_flush() (diff) | |
download | openssl-18b207c798b1ce1a760015d17150130269fa3110.tar.xz openssl-18b207c798b1ce1a760015d17150130269fa3110.zip |
Add documentation for the macro OPENSSL_VERSION_PREREQ
This macro was added since 1.1.1 but had no associated documentation.
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14232)
Diffstat (limited to 'util/missingmacro.txt')
-rw-r--r-- | util/missingmacro.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/missingmacro.txt b/util/missingmacro.txt index 4cad414f3a..7bdb96c0d4 100644 --- a/util/missingmacro.txt +++ b/util/missingmacro.txt @@ -99,7 +99,6 @@ PEM_write_bio_OCSP_REQUEST(3) PEM_write_bio_OCSP_RESPONSE(3) ASN1_BIT_STRING_digest(3) OCSP_CERTSTATUS_dup(3) -OPENSSL_VERSION_PREREQ(3) OSSL_PARAM_DEFN(3) OSSL_PARAM_SIZED_int(3) OSSL_PARAM_SIZED_uint(3) |