summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/rc2
diff options
context:
space:
mode:
authormiod <>2014-04-27 20:38:39 +0000
committermiod <>2014-04-27 20:38:39 +0000
commit081f318ce35fe17b57ed9584e47fdf6190b58423 (patch)
tree9c2cf3558c172f580c9f227f13c0bdcabae9e753 /src/lib/libcrypto/rc2
parent3bb237f84d383ea62df86e4affd171a1a6bbbf7f (diff)
downloadopenbsd-081f318ce35fe17b57ed9584e47fdf6190b58423.tar.gz
openbsd-081f318ce35fe17b57ed9584e47fdf6190b58423.tar.bz2
openbsd-081f318ce35fe17b57ed9584e47fdf6190b58423.zip
typo in comment
Diffstat (limited to 'src/lib/libcrypto/rc2')
-rw-r--r--src/lib/libcrypto/rc2/version2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/rc2/version b/src/lib/libcrypto/rc2/version
index 6f89d595f1..a69ff35a43 100644
--- a/src/lib/libcrypto/rc2/version
+++ b/src/lib/libcrypto/rc2/version
@@ -15,7 +15,7 @@
15 little-endian operators. 15 little-endian operators.
16 While rc2 is included because it is used with SSL, I don't know how 16 While rc2 is included because it is used with SSL, I don't know how
17 far I trust it. It is about the same speed as IDEA and DES. 17 far I trust it. It is about the same speed as IDEA and DES.
18 So if you are paranoid, used Tripple DES, else IDEA. If RC2 18 So if you are paranoid, used Triple DES, else IDEA. If RC2
19 does get used more, perhaps more people will look for weaknesses in 19 does get used more, perhaps more people will look for weaknesses in
20 it. 20 it.
21 21