diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2021-05-11 04:22:33 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2021-05-11 04:22:33 +0000 |
commit | 7f85654144b8eae4b5f1b25f7e98bb9896ce9841 (patch) | |
tree | 9c06509f30759615129ea0c5209a332fa485b71c /lib/libcrypto | |
parent | ad8d77f9416b59fb1e03a8357731382ed4ef0935 (diff) |
zap stray comma
Diffstat (limited to 'lib/libcrypto')
-rw-r--r-- | lib/libcrypto/man/EC_GROUP_new.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/man/EC_GROUP_new.3 b/lib/libcrypto/man/EC_GROUP_new.3 index 75b5a9faec9..a02104f9676 100644 --- a/lib/libcrypto/man/EC_GROUP_new.3 +++ b/lib/libcrypto/man/EC_GROUP_new.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: EC_GROUP_new.3,v 1.12 2021/05/10 20:20:49 tb Exp $ +.\" $OpenBSD: EC_GROUP_new.3,v 1.13 2021/05/11 04:22:32 tb Exp $ .\" OpenSSL 6328d367 Sat Jul 4 21:58:30 2020 +0200 .\" .\" This file was written by Matt Caswell <matt@openssl.org>. @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 10 2021 $ +.Dd $Mdocdate: May 11 2021 $ .Dt EC_GROUP_NEW 3 .Os .Sh NAME @@ -361,6 +361,6 @@ first appeared in OpenSSL 0.9.8 and have been available since .Ox 4.5 . .Fn EC_GROUP_set_curve and -.Fn EC_GROUP_get_curve , +.Fn EC_GROUP_get_curve first appeared in OpenSSL 1.1.1 and have been available since .Ox 7.0 . |