summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2021-05-11 04:22:32 +0000
committertb <>2021-05-11 04:22:32 +0000
commit6398ecb87ba72e0640c8587622fece3d80354b2e (patch)
tree1caae69d30ab1ee34ea2b335f041dc337e164e26 /src
parent0e355d723580b07c1b33e79a9d5509ec28f527ed (diff)
downloadopenbsd-6398ecb87ba72e0640c8587622fece3d80354b2e.tar.gz
openbsd-6398ecb87ba72e0640c8587622fece3d80354b2e.tar.bz2
openbsd-6398ecb87ba72e0640c8587622fece3d80354b2e.zip
zap stray comma
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/EC_GROUP_new.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/EC_GROUP_new.3 b/src/lib/libcrypto/man/EC_GROUP_new.3
index 75b5a9faec..a02104f967 100644
--- a/src/lib/libcrypto/man/EC_GROUP_new.3
+++ b/src/lib/libcrypto/man/EC_GROUP_new.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: EC_GROUP_new.3,v 1.12 2021/05/10 20:20:49 tb Exp $ 1.\" $OpenBSD: EC_GROUP_new.3,v 1.13 2021/05/11 04:22:32 tb Exp $
2.\" OpenSSL 6328d367 Sat Jul 4 21:58:30 2020 +0200 2.\" OpenSSL 6328d367 Sat Jul 4 21:58:30 2020 +0200
3.\" 3.\"
4.\" This file was written by Matt Caswell <matt@openssl.org>. 4.\" This file was written by Matt Caswell <matt@openssl.org>.
@@ -48,7 +48,7 @@
48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
49.\" OF THE POSSIBILITY OF SUCH DAMAGE. 49.\" OF THE POSSIBILITY OF SUCH DAMAGE.
50.\" 50.\"
51.Dd $Mdocdate: May 10 2021 $ 51.Dd $Mdocdate: May 11 2021 $
52.Dt EC_GROUP_NEW 3 52.Dt EC_GROUP_NEW 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -361,6 +361,6 @@ first appeared in OpenSSL 0.9.8 and have been available since
361.Ox 4.5 . 361.Ox 4.5 .
362.Fn EC_GROUP_set_curve 362.Fn EC_GROUP_set_curve
363and 363and
364.Fn EC_GROUP_get_curve , 364.Fn EC_GROUP_get_curve
365first appeared in OpenSSL 1.1.1 and have been available since 365first appeared in OpenSSL 1.1.1 and have been available since
366.Ox 7.0 . 366.Ox 7.0 .