From 4d5648471f70a164d44985b35894c758231340ef Mon Sep 17 00:00:00 2001 From: tb Date: Fri, 9 Jul 2021 14:41:14 +0000 Subject: [PATCH] Fix mixup between localKeyID and friendlyName. "please commit" schwarze --- lib/libcrypto/man/X509_keyid_set1.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libcrypto/man/X509_keyid_set1.3 b/lib/libcrypto/man/X509_keyid_set1.3 index a7733013bc9..c529fc742b6 100644 --- a/lib/libcrypto/man/X509_keyid_set1.3 +++ b/lib/libcrypto/man/X509_keyid_set1.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: X509_keyid_set1.3,v 1.1 2021/07/09 12:07:27 schwarze Exp $ +.\" $OpenBSD: X509_keyid_set1.3,v 1.2 2021/07/09 14:41:14 tb Exp $ .\" .\" Copyright (c) 2021 Ingo Schwarze .\" @@ -59,7 +59,7 @@ bytes of stored using .Fn X509_keyid_set1 will be written to the -.Sy friendlyName +.Sy localKeyID attribute of the PKCS#12 structure if .Xr PKCS12_create 3 is later called on @@ -69,7 +69,7 @@ and the stored using .Fn X509_alias_set1 will be written to the -.Sy localKeyID +.Sy friendlyName attribute. If .Fa data -- 2.20.1