From 09e81b83b30a3cc8e07d51fb61d83e1fe1798dc8 Mon Sep 17 00:00:00 2001 From: tb Date: Sun, 19 Nov 2023 20:54:14 +0000 Subject: [PATCH] zap stray comma --- lib/libcrypto/man/ENGINE_new.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libcrypto/man/ENGINE_new.3 b/lib/libcrypto/man/ENGINE_new.3 index 3357b25c2c1..df1e4bb1fd4 100644 --- a/lib/libcrypto/man/ENGINE_new.3 +++ b/lib/libcrypto/man/ENGINE_new.3 @@ -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 .\" Copyright (c) 2018 Ingo Schwarze @@ -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 -- 2.20.1