diff options
author | 2015-07-25 17:28:59 +0000 | |
---|---|---|
committer | 2015-07-25 17:28:59 +0000 | |
commit | be146d2e2f0f1b0e8b028728a7fe8a8dc9be1405 (patch) | |
tree | 151654809ac657cf9a4346f3f39eb67f7df4b546 /lib/libcrypto/doc/engine.pod | |
parent | Place the ASN.1 template macros (and remaining implement macros) under (diff) | |
download | wireguard-openbsd-be146d2e2f0f1b0e8b028728a7fe8a8dc9be1405.tar.xz wireguard-openbsd-be146d2e2f0f1b0e8b028728a7fe8a8dc9be1405.zip |
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/libcrypto/doc/engine.pod')
-rw-r--r-- | lib/libcrypto/doc/engine.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/doc/engine.pod b/lib/libcrypto/doc/engine.pod index 578a7023713..80201128352 100644 --- a/lib/libcrypto/doc/engine.pod +++ b/lib/libcrypto/doc/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 |