summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/EVP_PKEY_sign.3
diff options
context:
space:
mode:
authorjmc <>2016-11-21 22:19:15 +0000
committerjmc <>2016-11-21 22:19:15 +0000
commite05d97d2a0ec0063a0a11bf0b2ac2d04dfcf7798 (patch)
tree4f2ead661ef1282b4d3b9864c0b0a6c1f1509065 /src/lib/libcrypto/man/EVP_PKEY_sign.3
parent587118ed88ee457a42eede1b3f726da2f0a59f7c (diff)
downloadopenbsd-e05d97d2a0ec0063a0a11bf0b2ac2d04dfcf7798.tar.gz
openbsd-e05d97d2a0ec0063a0a11bf0b2ac2d04dfcf7798.tar.bz2
openbsd-e05d97d2a0ec0063a0a11bf0b2ac2d04dfcf7798.zip
various cleanup;
Diffstat (limited to 'src/lib/libcrypto/man/EVP_PKEY_sign.3')
-rw-r--r--src/lib/libcrypto/man/EVP_PKEY_sign.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/EVP_PKEY_sign.3 b/src/lib/libcrypto/man/EVP_PKEY_sign.3
index 8ed1432618..82f4c1b8ad 100644
--- a/src/lib/libcrypto/man/EVP_PKEY_sign.3
+++ b/src/lib/libcrypto/man/EVP_PKEY_sign.3
@@ -1,6 +1,6 @@
1.\" $OpenBSD: EVP_PKEY_sign.3,v 1.2 2016/11/06 15:52:50 jmc Exp $ 1.\" $OpenBSD: EVP_PKEY_sign.3,v 1.3 2016/11/21 22:19:15 jmc Exp $
2.\" 2.\"
3.Dd $Mdocdate: November 6 2016 $ 3.Dd $Mdocdate: November 21 2016 $
4.Dt EVP_PKEY_SIGN 3 4.Dt EVP_PKEY_SIGN 3
5.Os 5.Os
6.Sh NAME 6.Sh NAME
@@ -76,7 +76,7 @@ In particular, a return value of -2 indicates the operation is not
76supported by the public key algorithm. 76supported by the public key algorithm.
77.Sh EXAMPLES 77.Sh EXAMPLES
78Sign data using RSA with PKCS#1 padding and SHA256 digest: 78Sign data using RSA with PKCS#1 padding and SHA256 digest:
79.Bd -literal 79.Bd -literal -offset indent
80#include <openssl/evp.h> 80#include <openssl/evp.h>
81#include <openssl/rsa.h> 81#include <openssl/rsa.h>
82 82