summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/evp.pod
diff options
context:
space:
mode:
authorjim <>2014-05-04 21:46:36 +0000
committerjim <>2014-05-04 21:46:36 +0000
commit94b4f752322026bbd9765e2b8084db237af47cd9 (patch)
treea8892de8fd6e54fc93e929516a1ed1c754ef77fd /src/lib/libcrypto/doc/evp.pod
parentc5c3edda5f74a18c2b4f5fd26c59daea4e6722b9 (diff)
downloadopenbsd-94b4f752322026bbd9765e2b8084db237af47cd9.tar.gz
openbsd-94b4f752322026bbd9765e2b8084db237af47cd9.tar.bz2
openbsd-94b4f752322026bbd9765e2b8084db237af47cd9.zip
Remove trailing whitespace.
fine jmc@
Diffstat (limited to 'src/lib/libcrypto/doc/evp.pod')
-rw-r--r--src/lib/libcrypto/doc/evp.pod2
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.
37Although low level algorithm specific functions exist for many algorithms 37Although low level algorithm specific functions exist for many algorithms
38their use is discouraged. They cannot be used with an ENGINE and ENGINE 38their use is discouraged. They cannot be used with an ENGINE and ENGINE
39versions of new algorithms cannot be accessed using the low level functions. 39versions of new algorithms cannot be accessed using the low level functions.
40Also makes code harder to adapt to new algorithms and some options are not 40Also makes code harder to adapt to new algorithms and some options are not
41cleanly supported at the low level and some operations are more efficient 41cleanly supported at the low level and some operations are more efficient
42using the high level interface. 42using the high level interface.
43 43