summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2022-05-19 07:04:41 +0000
committertb <>2022-05-19 07:04:41 +0000
commit7872788c306d2030b56275c8d2970b04967c6f3b (patch)
tree78e75a1034ceec8bafbf7d3d470b093aa6d71a32 /src
parent422d86c6404e0488f549a5e1def8849243e656c6 (diff)
downloadopenbsd-7872788c306d2030b56275c8d2970b04967c6f3b.tar.gz
openbsd-7872788c306d2030b56275c8d2970b04967c6f3b.tar.bz2
openbsd-7872788c306d2030b56275c8d2970b04967c6f3b.zip
Add missing space between No macro and "authority".
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/X509_STORE_CTX_get_error.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/X509_STORE_CTX_get_error.3 b/src/lib/libcrypto/man/X509_STORE_CTX_get_error.3
index bf9a7e31ff..dda35ac4e5 100644
--- a/src/lib/libcrypto/man/X509_STORE_CTX_get_error.3
+++ b/src/lib/libcrypto/man/X509_STORE_CTX_get_error.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: X509_STORE_CTX_get_error.3,v 1.22 2022/02/03 18:05:31 tb Exp $ 1.\" $OpenBSD: X509_STORE_CTX_get_error.3,v 1.23 2022/05/19 07:04:41 tb Exp $
2.\" full merge up to: 2.\" full merge up to:
3.\" OpenSSL man3/X509_STORE_CTX_get_error 24a535ea Sep 22 13:14:20 2020 +0100 3.\" OpenSSL man3/X509_STORE_CTX_get_error 24a535ea Sep 22 13:14:20 2020 +0100
4.\" OpenSSL man3/X509_STORE_CTX_new 24a535ea Sep 22 13:14:20 2020 +0100 4.\" OpenSSL man3/X509_STORE_CTX_new 24a535ea Sep 22 13:14:20 2020 +0100
@@ -68,7 +68,7 @@
68.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 68.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
69.\" OF THE POSSIBILITY OF SUCH DAMAGE. 69.\" OF THE POSSIBILITY OF SUCH DAMAGE.
70.\" 70.\"
71.Dd $Mdocdate: February 3 2022 $ 71.Dd $Mdocdate: May 19 2022 $
72.Dt X509_STORE_CTX_GET_ERROR 3 72.Dt X509_STORE_CTX_GET_ERROR 3
73.Os 73.Os
74.Sh NAME 74.Sh NAME
@@ -466,7 +466,7 @@ status notification and is
466.Sy not 466.Sy not
467in itself an error. 467in itself an error.
468.It Dv X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH : \ 468.It Dv X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH : \
469 Noauthority and issuer serial number mismatch 469 No authority and issuer serial number mismatch
470The current candidate issuer certificate was rejected because its issuer 470The current candidate issuer certificate was rejected because its issuer
471name and serial number was present and did not match the authority key 471name and serial number was present and did not match the authority key
472identifier of the current certificate. 472identifier of the current certificate.