diff options
Diffstat (limited to 'source4/libcli/util')
-rw-r--r-- | source4/libcli/util/smbdes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/util/smbdes.c b/source4/libcli/util/smbdes.c index 2492f9a1ba..99c2c00977 100644 --- a/source4/libcli/util/smbdes.c +++ b/source4/libcli/util/smbdes.c @@ -405,7 +405,7 @@ void arcfour_crypt_blob(uint8_t *data, int len, const DATA_BLOB *key) } /* - a varient that assumes a 16 byte key. This should be removed + a variant that assumes a 16 byte key. This should be removed when the last user is gone */ void arcfour_crypt(uint8_t *data, const uint8_t keystr[16], int len) |