aboutsummaryrefslogtreecommitdiff
path: root/src/common/crypto.h
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-05-01 23:29:20 +0000
committerRoger Dingledine <arma@torproject.org>2004-05-01 23:29:20 +0000
commit1558fb76500a2ab43b12d2f72c8cf255f5221233 (patch)
treee36a53d86500d73d2d5701c36da0ae126b858016 /src/common/crypto.h
parentf6fe336ad41fadc5e21517ce97e46a190d01407e (diff)
downloadtor-1558fb76500a2ab43b12d2f72c8cf255f5221233.tar
tor-1558fb76500a2ab43b12d2f72c8cf255f5221233.tar.gz
some patches on the patches
svn:r1761
Diffstat (limited to 'src/common/crypto.h')
-rw-r--r--src/common/crypto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/crypto.h b/src/common/crypto.h
index 4d763cf7b..a6b269f5d 100644
--- a/src/common/crypto.h
+++ b/src/common/crypto.h
@@ -16,7 +16,7 @@
/* Length of our DH keys. */
#define DH_BYTES (1024/8)
-/* Constants used to indicate disired public-key padding functions. */
+/* Constants used to indicate desired public-key padding functions. */
#define PK_NO_PADDING 60000
#define PK_PKCS1_PADDING 60001
#define PK_PKCS1_OAEP_PADDING 60002