diff options
| author | jmc <> | 2022-12-26 07:18:53 +0000 |
|---|---|---|
| committer | jmc <> | 2022-12-26 07:18:53 +0000 |
| commit | 2eb7e5ff6bb69760f9dd4a43e7e3520ebb930120 (patch) | |
| tree | 26f3d93398833b7449b8a97e9fe4af9904382dbf /src/lib/libcrypto/engine/README | |
| parent | df59a12113ba6ec4c6faecd033d46176453f697e (diff) | |
| download | openbsd-2eb7e5ff6bb69760f9dd4a43e7e3520ebb930120.tar.gz openbsd-2eb7e5ff6bb69760f9dd4a43e7e3520ebb930120.tar.bz2 openbsd-2eb7e5ff6bb69760f9dd4a43e7e3520ebb930120.zip | |
spelling fixes; from paul tagliamonte
i removed the arithmetics -> arithmetic changes, as i felt they
were not clearly correct
ok tb
Diffstat (limited to 'src/lib/libcrypto/engine/README')
| -rw-r--r-- | src/lib/libcrypto/engine/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/engine/README b/src/lib/libcrypto/engine/README index 6b69b70f57..bc4a9041ff 100644 --- a/src/lib/libcrypto/engine/README +++ b/src/lib/libcrypto/engine/README | |||
| @@ -122,7 +122,7 @@ use by EVP_MD code. Ditto for tb_rsa.c, tb_dsa.c, etc. These instantiations of | |||
| 122 | ENGINE_TABLE essentially provide linker-separation of the classes so that even | 122 | ENGINE_TABLE essentially provide linker-separation of the classes so that even |
| 123 | if ENGINEs implement *all* possible algorithms, an application using only | 123 | if ENGINEs implement *all* possible algorithms, an application using only |
| 124 | EVP_CIPHER code will link at most code relating to EVP_CIPHER, tb_cipher.c, core | 124 | EVP_CIPHER code will link at most code relating to EVP_CIPHER, tb_cipher.c, core |
| 125 | ENGINE code that is independant of class, and of course the ENGINE | 125 | ENGINE code that is independent of class, and of course the ENGINE |
| 126 | implementation that the application loaded. It will *not* however link any | 126 | implementation that the application loaded. It will *not* however link any |
| 127 | class-specific ENGINE code for digests, RSA, etc nor will it bleed over into | 127 | class-specific ENGINE code for digests, RSA, etc nor will it bleed over into |
| 128 | other APIs, such as the RSA/DSA/etc library code. | 128 | other APIs, such as the RSA/DSA/etc library code. |
| @@ -188,7 +188,7 @@ state will be unchanged. Thus, no cleanup is required unless registration takes | |||
| 188 | place. ENGINE_cleanup() will simply iterate across a list of registered cleanup | 188 | place. ENGINE_cleanup() will simply iterate across a list of registered cleanup |
| 189 | callbacks calling each in turn, and will then internally delete its own storage | 189 | callbacks calling each in turn, and will then internally delete its own storage |
| 190 | (a STACK). When a cleanup callback is next registered (eg. if the cleanup() is | 190 | (a STACK). When a cleanup callback is next registered (eg. if the cleanup() is |
| 191 | part of a gracefull restart and the application wants to cleanup all state then | 191 | part of a graceful restart and the application wants to cleanup all state then |
| 192 | start again), the internal STACK storage will be freshly allocated. This is much | 192 | start again), the internal STACK storage will be freshly allocated. This is much |
| 193 | the same as the situation in the ENGINE_TABLE instantiations ... NULL is the | 193 | the same as the situation in the ENGINE_TABLE instantiations ... NULL is the |
| 194 | initialised state, so only modification operations (not queries) will cause that | 194 | initialised state, so only modification operations (not queries) will cause that |
