diff options
Diffstat (limited to 'src/lib/libcrypto/doc/evp.pod')
-rw-r--r-- | src/lib/libcrypto/doc/evp.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/doc/evp.pod b/src/lib/libcrypto/doc/evp.pod index 9faa349243..33ce7cb6d6 100644 --- a/src/lib/libcrypto/doc/evp.pod +++ b/src/lib/libcrypto/doc/evp.pod | |||
@@ -37,7 +37,7 @@ implementations. For more information, consult the engine(3) man page. | |||
37 | Although low level algorithm specific functions exist for many algorithms | 37 | Although low level algorithm specific functions exist for many algorithms |
38 | their use is discouraged. They cannot be used with an ENGINE and ENGINE | 38 | their use is discouraged. They cannot be used with an ENGINE and ENGINE |
39 | versions of new algorithms cannot be accessed using the low level functions. | 39 | versions of new algorithms cannot be accessed using the low level functions. |
40 | Also makes code harder to adapt to new algorithms and some options are not | 40 | Also makes code harder to adapt to new algorithms and some options are not |
41 | cleanly supported at the low level and some operations are more efficient | 41 | cleanly supported at the low level and some operations are more efficient |
42 | using the high level interface. | 42 | using the high level interface. |
43 | 43 | ||