summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/EVP_PKEY_verify.3
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/man/EVP_PKEY_verify.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/EVP_PKEY_verify.3 b/src/lib/libcrypto/man/EVP_PKEY_verify.3
index faf2dca1f6..70f9c31d51 100644
--- a/src/lib/libcrypto/man/EVP_PKEY_verify.3
+++ b/src/lib/libcrypto/man/EVP_PKEY_verify.3
@@ -1,6 +1,6 @@
1.\" $OpenBSD: EVP_PKEY_verify.3,v 1.2 2016/11/06 15:52:50 jmc Exp $ 1.\" $OpenBSD: EVP_PKEY_verify.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_VERIFY 3 4.Dt EVP_PKEY_VERIFY 3
5.Os 5.Os
6.Sh NAME 6.Sh NAME
@@ -72,7 +72,7 @@ In particular, a return value of -2 indicates the operation is not
72supported by the public key algorithm. 72supported by the public key algorithm.
73.Sh EXAMPLES 73.Sh EXAMPLES
74Verify signature using PKCS#1 and SHA256 digest: 74Verify signature using PKCS#1 and SHA256 digest:
75.Bd -literal 75.Bd -literal -offset 3n
76#include <openssl/evp.h> 76#include <openssl/evp.h>
77#include <openssl/rsa.h> 77#include <openssl/rsa.h>
78 78