zap stray comma
authortb <tb@openbsd.org>
Sun, 19 Nov 2023 20:54:14 +0000 (20:54 +0000)
committertb <tb@openbsd.org>
Sun, 19 Nov 2023 20:54:14 +0000 (20:54 +0000)
lib/libcrypto/man/ENGINE_new.3

index 3357b25..df1e4bb 100644 (file)
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ENGINE_new.3,v 1.8 2023/11/19 15:40:12 tb Exp $
+.\" $OpenBSD: ENGINE_new.3,v 1.9 2023/11/19 20:54:14 tb Exp $
 .\"
 .\" Copyright (c) 2023 Theo Buehler <tb@openbsd.org>
 .\" Copyright (c) 2018 Ingo Schwarze <schwarze@openbsd.org>
@@ -119,7 +119,7 @@ ENGINE support to be available.
 .Fn ENGINE_get_default_RSA ,
 .Fn ENGINE_load_private_key ,
 and
-.Fn ENGINE_load_public_key ,
+.Fn ENGINE_load_public_key
 always return
 .Dv NULL .
 .Pp