zap stray comma
authortb <tb@openbsd.org>
Tue, 11 May 2021 04:22:32 +0000 (04:22 +0000)
committertb <tb@openbsd.org>
Tue, 11 May 2021 04:22:32 +0000 (04:22 +0000)
lib/libcrypto/man/EC_GROUP_new.3

index 75b5a9f..a02104f 100644 (file)
@@ -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 .