diff options
author | Richard Levitte <levitte@openssl.org> | 2019-07-15 15:03:44 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2019-07-15 15:13:41 +0200 |
commit | 4674aaf4f2217540690489fee22edefe4a463293 (patch) | |
tree | 7965ad91f111f09fb8091389c916cf31db2df57c /doc/man3/OSSL_trace_set_channel.pod | |
parent | Make sure all BIGNUM operations work within the FIPS provider (diff) | |
download | openssl-4674aaf4f2217540690489fee22edefe4a463293.tar.xz openssl-4674aaf4f2217540690489fee22edefe4a463293.zip |
In documentation, consistently refer to OpenSSL 3.0
3.0.0 is a habit from pre-3.0 OpenSSL, which doesn't make sense with
the new version scheme.
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9376)
Diffstat (limited to 'doc/man3/OSSL_trace_set_channel.pod')
-rw-r--r-- | doc/man3/OSSL_trace_set_channel.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/OSSL_trace_set_channel.pod b/doc/man3/OSSL_trace_set_channel.pod index cb349674c4..9c03218a21 100644 --- a/doc/man3/OSSL_trace_set_channel.pod +++ b/doc/man3/OSSL_trace_set_channel.pod @@ -297,7 +297,7 @@ functions described here are inoperational, i.e. will do nothing. OSSL_trace_set_channel(), OSSL_trace_set_prefix(), OSSL_trace_set_suffix(), and OSSL_trace_set_callback() were all added -in OpenSSL 3.0.0. +in OpenSSL 3.0. =head1 COPYRIGHT |