summaryrefslogtreecommitdiff
path: root/cipher/des.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2002-08-21 09:34:39 +0000
committerWerner Koch <wk@gnupg.org>2002-08-21 09:34:39 +0000
commit4150841ffbde602dfe602319092c9da63b74c3e4 (patch)
tree7ce5739b15d5f7ea0c9d991ceba15e2d4311300f /cipher/des.c
parent105d9bface41bf212b8f0593803d69fe629634f2 (diff)
downloadlibgcrypt-4150841ffbde602dfe602319092c9da63b74c3e4.tar.gz
* pubkey.c: Enable keygrip calculation for "openpgp-rsa".
Diffstat (limited to 'cipher/des.c')
-rw-r--r--cipher/des.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/des.c b/cipher/des.c
index 6a9e620f..3390930c 100644
--- a/cipher/des.c
+++ b/cipher/des.c
@@ -747,7 +747,7 @@ tripledes_ecb_crypt (struct _tripledes_ctx *ctx, const byte * from, byte * to, i
/*
* Check whether the 8 byte key is weak.
- * Dose not check the parity bits of the key but simple ignore them.
+ * Does not check the parity bits of the key but simple ignore them.
*/
static int
is_weak_key ( const byte *key )