diff options
| author | djm <> | 2011-11-03 02:32:23 +0000 |
|---|---|---|
| committer | djm <> | 2011-11-03 02:32:23 +0000 |
| commit | 74b0536b0c8bdb29b77719d6789fdbe06f1fecc5 (patch) | |
| tree | d7ee8f9bcd8062ffa41dd1e250e04de24159ee80 /src/lib/libcrypto/doc | |
| parent | eec14d8d3f7d92f0ebb0c75eee2dd01d652949d0 (diff) | |
| parent | 113f799ec7d1728f0a5d7ab5b0e3b42e3de56407 (diff) | |
| download | openbsd-74b0536b0c8bdb29b77719d6789fdbe06f1fecc5.tar.gz openbsd-74b0536b0c8bdb29b77719d6789fdbe06f1fecc5.tar.bz2 openbsd-74b0536b0c8bdb29b77719d6789fdbe06f1fecc5.zip | |
This commit was generated by cvs2git to track changes on a CVS vendor
branch.
Diffstat (limited to 'src/lib/libcrypto/doc')
| -rw-r--r-- | src/lib/libcrypto/doc/EVP_PKEY_verify.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/doc/EVP_PKEY_verify.pod b/src/lib/libcrypto/doc/EVP_PKEY_verify.pod index 10633da3f2..f93e5fc6c3 100644 --- a/src/lib/libcrypto/doc/EVP_PKEY_verify.pod +++ b/src/lib/libcrypto/doc/EVP_PKEY_verify.pod | |||
| @@ -69,7 +69,7 @@ Verify signature using PKCS#1 and SHA256 digest: | |||
| 69 | /* Error */ | 69 | /* Error */ |
| 70 | 70 | ||
| 71 | /* Perform operation */ | 71 | /* Perform operation */ |
| 72 | ret = EVP_PKEY_verify(ctx, md, mdlen, sig, siglen); | 72 | ret = EVP_PKEY_verify(ctx, sig, siglen, md, mdlen); |
| 73 | 73 | ||
| 74 | /* ret == 1 indicates success, 0 verify failure and < 0 for some | 74 | /* ret == 1 indicates success, 0 verify failure and < 0 for some |
| 75 | * other error. | 75 | * other error. |
