diff options
author | Roger Dingledine <arma@torproject.org> | 2004-05-01 23:29:20 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-05-01 23:29:20 +0000 |
commit | 1558fb76500a2ab43b12d2f72c8cf255f5221233 (patch) | |
tree | e36a53d86500d73d2d5701c36da0ae126b858016 /src/common/crypto.h | |
parent | f6fe336ad41fadc5e21517ce97e46a190d01407e (diff) | |
download | tor-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.h | 2 |
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 |