summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/EVP_VerifyInit.pod
diff options
context:
space:
mode:
authorjim <>2014-05-04 22:26:33 +0000
committerjim <>2014-05-04 22:26:33 +0000
commitcc8925bff081ec36ac69be8b3681bff98f5d07da (patch)
treec61ab0faf9a25b5fa4c1daeb8248a7e8deff66d2 /src/lib/libcrypto/doc/EVP_VerifyInit.pod
parente591b58894a6d621ba00c14da39becb1a0d16335 (diff)
downloadopenbsd-cc8925bff081ec36ac69be8b3681bff98f5d07da.tar.gz
openbsd-cc8925bff081ec36ac69be8b3681bff98f5d07da.tar.bz2
openbsd-cc8925bff081ec36ac69be8b3681bff98f5d07da.zip
Improve line wrapping for lines exceeding 80 chars.
ok jmc@
Diffstat (limited to 'src/lib/libcrypto/doc/EVP_VerifyInit.pod')
-rw-r--r--src/lib/libcrypto/doc/EVP_VerifyInit.pod7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/libcrypto/doc/EVP_VerifyInit.pod b/src/lib/libcrypto/doc/EVP_VerifyInit.pod
index 0ffb0a8077..c665ee2ebc 100644
--- a/src/lib/libcrypto/doc/EVP_VerifyInit.pod
+++ b/src/lib/libcrypto/doc/EVP_VerifyInit.pod
@@ -2,7 +2,8 @@
2 2
3=head1 NAME 3=head1 NAME
4 4
5EVP_VerifyInit, EVP_VerifyUpdate, EVP_VerifyFinal - EVP signature verification functions 5EVP_VerifyInit, EVP_VerifyUpdate, EVP_VerifyFinal - EVP signature verification
6functions
6 7
7=head1 SYNOPSIS 8=head1 SYNOPSIS
8 9
@@ -38,8 +39,8 @@ implementation of digest B<type>.
38EVP_VerifyInit_ex() and EVP_VerifyUpdate() return 1 for success and 0 for 39EVP_VerifyInit_ex() and EVP_VerifyUpdate() return 1 for success and 0 for
39failure. 40failure.
40 41
41EVP_VerifyFinal() returns 1 for a correct signature, 0 for failure and -1 if some 42EVP_VerifyFinal() returns 1 for a correct signature, 0 for failure and -1 if
42other error occurred. 43some other error occurred.
43 44
44The error codes can be obtained by L<ERR_get_error(3)|ERR_get_error(3)>. 45The error codes can be obtained by L<ERR_get_error(3)|ERR_get_error(3)>.
45 46