summaryrefslogtreecommitdiff
path: root/lib/libssl
diff options
context:
space:
mode:
authorIgor Sobrado <sobrado@cvs.openbsd.org>2015-07-25 17:29:00 +0000
committerIgor Sobrado <sobrado@cvs.openbsd.org>2015-07-25 17:29:00 +0000
commit51b3e27c070445b48ae39a17b063428635f22f85 (patch)
tree795fc7b022f4a2109436ef84de662327041b71e8 /lib/libssl
parent46c9ad7fe9aabb8abb548df778ffa657e24ae43e (diff)
double words fix; docs are slowly getting moved to mdoc, but this
change will help people translating them. ok jmc@, schwarze@
Diffstat (limited to 'lib/libssl')
-rw-r--r--lib/libssl/src/doc/crypto/EVP_PKEY_verify.pod2
-rw-r--r--lib/libssl/src/doc/crypto/engine.pod2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/src/doc/crypto/EVP_PKEY_verify.pod b/lib/libssl/src/doc/crypto/EVP_PKEY_verify.pod
index ba317b4e7bc..0f092ca8e19 100644
--- a/lib/libssl/src/doc/crypto/EVP_PKEY_verify.pod
+++ b/lib/libssl/src/doc/crypto/EVP_PKEY_verify.pod
@@ -37,7 +37,7 @@ context if several operations are performed using the same parameters.
EVP_PKEY_verify_init() and EVP_PKEY_verify() return 1 if the verification was
successful and 0 if it failed. Unlike other functions the return value 0 from
-EVP_PKEY_verify() only indicates that the signature did not not verify
+EVP_PKEY_verify() only indicates that the signature did not verify
successfully (that is tbs did not match the original data or the signature was
of invalid form) it is not an indication of a more serious error.
diff --git a/lib/libssl/src/doc/crypto/engine.pod b/lib/libssl/src/doc/crypto/engine.pod
index 578a7023713..80201128352 100644
--- a/lib/libssl/src/doc/crypto/engine.pod
+++ b/lib/libssl/src/doc/crypto/engine.pod
@@ -514,7 +514,7 @@ implemented by ENGINEs should be numbered from. Any command value lower than
this symbol is considered a "generic" command is handled directly by the
OpenSSL core routines.
-It is using these "core" control commands that one can discover the the control
+It is using these "core" control commands that one can discover the control
commands implemented by a given ENGINE, specifically the commands;
#define ENGINE_HAS_CTRL_FUNCTION 10