summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/engine.pod
diff options
context:
space:
mode:
authorsobrado <>2015-09-22 08:08:07 +0000
committersobrado <>2015-09-22 08:08:07 +0000
commitf087ce5ef830235035b12597598b8a15ef4d469b (patch)
tree44f72e5c66d08a8e69898fb02d0eff61ca84d533 /src/lib/libcrypto/doc/engine.pod
parent8cd2e8a8ed69b1bd5763b94d2864fc4854e7deb4 (diff)
downloadopenbsd-f087ce5ef830235035b12597598b8a15ef4d469b.tar.gz
openbsd-f087ce5ef830235035b12597598b8a15ef4d469b.tar.bz2
openbsd-f087ce5ef830235035b12597598b8a15ef4d469b.zip
typos in documentation; better wording, suggested by jmc@libressl-v2.3.0
ok jmc@
Diffstat (limited to 'src/lib/libcrypto/doc/engine.pod')
-rw-r--r--src/lib/libcrypto/doc/engine.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/doc/engine.pod b/src/lib/libcrypto/doc/engine.pod
index 8020112835..e305a73271 100644
--- a/src/lib/libcrypto/doc/engine.pod
+++ b/src/lib/libcrypto/doc/engine.pod
@@ -181,7 +181,7 @@ to use the pointer value at all, as this kind of reference is a guarantee
181that the structure can not be deallocated until the reference is released. 181that the structure can not be deallocated until the reference is released.
182 182
183However, a structural reference provides no guarantee that the ENGINE is 183However, a structural reference provides no guarantee that the ENGINE is
184initiliased and able to use any of its cryptographic 184initialised and able to use any of its cryptographic
185implementations. Indeed it's quite possible that most ENGINEs will not 185implementations. Indeed it's quite possible that most ENGINEs will not
186initialise at all in typical environments, as ENGINEs are typically used to 186initialise at all in typical environments, as ENGINEs are typically used to
187support specialised hardware. To use an ENGINE's functionality, you need a 187support specialised hardware. To use an ENGINE's functionality, you need a
@@ -573,7 +573,7 @@ for any higher-level ENGINE functions such as ENGINE_ctrl_cmd_string().
573by applications, administrations, users, etc. These can support arbitrary 573by applications, administrations, users, etc. These can support arbitrary
574operations via ENGINE_ctrl(), including passing to and/or from the control 574operations via ENGINE_ctrl(), including passing to and/or from the control
575commands data of any arbitrary type. These commands are supported in the 575commands data of any arbitrary type. These commands are supported in the
576discovery mechanisms simply to allow applications determinie if an ENGINE 576discovery mechanisms simply allow applications to determine if an ENGINE
577supports certain specific commands it might want to use (eg. application "foo" 577supports certain specific commands it might want to use (eg. application "foo"
578might query various ENGINEs to see if they implement "FOO_GET_VENDOR_LOGO_GIF" - 578might query various ENGINEs to see if they implement "FOO_GET_VENDOR_LOGO_GIF" -
579and ENGINE could therefore decide whether or not to support this "foo"-specific 579and ENGINE could therefore decide whether or not to support this "foo"-specific