diff options
author | sobrado <> | 2015-09-22 08:08:07 +0000 |
---|---|---|
committer | sobrado <> | 2015-09-22 08:08:07 +0000 |
commit | f087ce5ef830235035b12597598b8a15ef4d469b (patch) | |
tree | 44f72e5c66d08a8e69898fb02d0eff61ca84d533 /src/lib/libcrypto/doc/engine.pod | |
parent | 8cd2e8a8ed69b1bd5763b94d2864fc4854e7deb4 (diff) | |
download | openbsd-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.pod | 4 |
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 | |||
181 | that the structure can not be deallocated until the reference is released. | 181 | that the structure can not be deallocated until the reference is released. |
182 | 182 | ||
183 | However, a structural reference provides no guarantee that the ENGINE is | 183 | However, a structural reference provides no guarantee that the ENGINE is |
184 | initiliased and able to use any of its cryptographic | 184 | initialised and able to use any of its cryptographic |
185 | implementations. Indeed it's quite possible that most ENGINEs will not | 185 | implementations. Indeed it's quite possible that most ENGINEs will not |
186 | initialise at all in typical environments, as ENGINEs are typically used to | 186 | initialise at all in typical environments, as ENGINEs are typically used to |
187 | support specialised hardware. To use an ENGINE's functionality, you need a | 187 | support 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(). | |||
573 | by applications, administrations, users, etc. These can support arbitrary | 573 | by applications, administrations, users, etc. These can support arbitrary |
574 | operations via ENGINE_ctrl(), including passing to and/or from the control | 574 | operations via ENGINE_ctrl(), including passing to and/or from the control |
575 | commands data of any arbitrary type. These commands are supported in the | 575 | commands data of any arbitrary type. These commands are supported in the |
576 | discovery mechanisms simply to allow applications determinie if an ENGINE | 576 | discovery mechanisms simply allow applications to determine if an ENGINE |
577 | supports certain specific commands it might want to use (eg. application "foo" | 577 | supports certain specific commands it might want to use (eg. application "foo" |
578 | might query various ENGINEs to see if they implement "FOO_GET_VENDOR_LOGO_GIF" - | 578 | might query various ENGINEs to see if they implement "FOO_GET_VENDOR_LOGO_GIF" - |
579 | and ENGINE could therefore decide whether or not to support this "foo"-specific | 579 | and ENGINE could therefore decide whether or not to support this "foo"-specific |