diff options
Diffstat (limited to '')
-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 |