diff options
author | 2019-06-10 14:58:48 +0000 | |
---|---|---|
committer | 2019-06-10 14:58:48 +0000 | |
commit | ab3cf6dbbb0d6598bc02e80a6c2cb70eb6ee5956 (patch) | |
tree | a32cc27fc6dd70e3ad3a19d10b6dc5f6ccb50fa1 /lib/libcrypto/man/PKCS7_encrypt.3 | |
parent | Print proper ACPI version number. (diff) | |
download | wireguard-openbsd-ab3cf6dbbb0d6598bc02e80a6c2cb70eb6ee5956.tar.xz wireguard-openbsd-ab3cf6dbbb0d6598bc02e80a6c2cb70eb6ee5956.zip |
delete references to ERR pages from SEE ALSO where such
references were already given below RETURN VALUES right above
Diffstat (limited to 'lib/libcrypto/man/PKCS7_encrypt.3')
-rw-r--r-- | lib/libcrypto/man/PKCS7_encrypt.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libcrypto/man/PKCS7_encrypt.3 b/lib/libcrypto/man/PKCS7_encrypt.3 index 387848cf6a1..4d1b435f15a 100644 --- a/lib/libcrypto/man/PKCS7_encrypt.3 +++ b/lib/libcrypto/man/PKCS7_encrypt.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: PKCS7_encrypt.3,v 1.9 2019/06/06 01:06:58 schwarze Exp $ +.\" $OpenBSD: PKCS7_encrypt.3,v 1.10 2019/06/10 14:58:48 schwarze Exp $ .\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 .\" .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. @@ -49,7 +49,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 6 2019 $ +.Dd $Mdocdate: June 10 2019 $ .Dt PKCS7_ENCRYPT 3 .Os .Sh NAME @@ -154,7 +154,6 @@ if an error occurred. The error can be obtained from .Xr ERR_get_error 3 . .Sh SEE ALSO -.Xr ERR_get_error 3 , .Xr PKCS7_decrypt 3 , .Xr PKCS7_new 3 , .Xr PKCS7_sign 3 |