aboutsummaryrefslogtreecommitdiff
path: root/src/common/crypto.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2003-03-19 20:41:15 +0000
committerNick Mathewson <nickm@torproject.org>2003-03-19 20:41:15 +0000
commit8ff1c3e21f1c93ffeb548544c505f8c0356891b1 (patch)
tree2c19d0b54642b964ed26648d5e4d86879586f764 /src/common/crypto.h
parent799dafb88129aa782023b0fd1a1f6d1920f0f396 (diff)
downloadtor-8ff1c3e21f1c93ffeb548544c505f8c0356891b1.tar
tor-8ff1c3e21f1c93ffeb548544c505f8c0356891b1.tar.gz
Refactor block ciphers; add 3des
svn:r196
Diffstat (limited to 'src/common/crypto.h')
-rw-r--r--src/common/crypto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/crypto.h b/src/common/crypto.h
index 4912ff50e..0629b8f1c 100644
--- a/src/common/crypto.h
+++ b/src/common/crypto.h
@@ -12,6 +12,7 @@
#define CRYPTO_CIPHER_IDENTITY 0
#define CRYPTO_CIPHER_DES 1
#define CRYPTO_CIPHER_RC4 2
+#define CRYPTO_CIPHER_3DES 3
#define CRYPTO_PK_RSA 0