diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-11-06 15:52:51 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-11-06 15:52:51 +0000 |
commit | 21ff70cb8e60c5ea7bdf2675cc55932efcef6f9d (patch) | |
tree | 146185149bb8e6a563c84fdc5fef9238d90477b1 /lib/libcrypto/man/EVP_PKEY_decrypt.3 | |
parent | f7133839f6a3e0717bd7f887b70dd970d8a6b320 (diff) |
first pass; ok schwarze
Diffstat (limited to 'lib/libcrypto/man/EVP_PKEY_decrypt.3')
-rw-r--r-- | lib/libcrypto/man/EVP_PKEY_decrypt.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libcrypto/man/EVP_PKEY_decrypt.3 b/lib/libcrypto/man/EVP_PKEY_decrypt.3 index 28c343838d8..f8d29fbef25 100644 --- a/lib/libcrypto/man/EVP_PKEY_decrypt.3 +++ b/lib/libcrypto/man/EVP_PKEY_decrypt.3 @@ -1,4 +1,6 @@ -.Dd $Mdocdate: November 3 2016 $ +.\" $OpenBSD: EVP_PKEY_decrypt.3,v 1.2 2016/11/06 15:52:50 jmc Exp $ +.\" +.Dd $Mdocdate: November 6 2016 $ .Dt EVP_PKEY_DECRYPT 3 .Os .Sh NAME @@ -71,7 +73,7 @@ and return 1 for success and 0 or a negative value for failure. In particular, a return value of -2 indicates the operation is not supported by the public key algorithm. -.Sh EXAMPLE +.Sh EXAMPLES Decrypt data using OAEP (for RSA keys): .Bd -literal #include <openssl/evp.h> |