summaryrefslogtreecommitdiff
path: root/cipher/cipher.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2009-11-29 12:30:21 +0000
committerWerner Koch <wk@gnupg.org>2009-11-29 12:30:21 +0000
commitff9ba101831234f3877e1b44eeab3c048e660828 (patch)
tree4b2865dc49ffdc32defbedd29ea93f8621ba736c /cipher/cipher.c
parent9dc49828e33b45b3f9dcc2b4d6e03eab41341bc6 (diff)
downloadlibgcrypt-ff9ba101831234f3877e1b44eeab3c048e660828.tar.gz
Fix detection of cpuid statement.
Diffstat (limited to 'cipher/cipher.c')
-rw-r--r--cipher/cipher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/cipher.c b/cipher/cipher.c
index 2c33ee94..6d97c194 100644
--- a/cipher/cipher.c
+++ b/cipher/cipher.c
@@ -1394,7 +1394,7 @@ do_ctr_decrypt( gcry_cipher_hd_t c, byte *outbuf, const byte *inbuf,
/****************
* Encrypt INBUF to OUTBUF with the mode selected at open.
* inbuf and outbuf may overlap or be the same.
- * Depending on the mode some contraints apply to NBYTES.
+ * Depending on the mode some constraints apply to NBYTES.
*/
static gcry_err_code_t
cipher_encrypt (gcry_cipher_hd_t c, byte *outbuf,