diff options
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/test_crypto_slow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_crypto_slow.c b/src/test/test_crypto_slow.c index 02aec3bf69..d0f50f83b9 100644 --- a/src/test/test_crypto_slow.c +++ b/src/test/test_crypto_slow.c @@ -148,7 +148,7 @@ test_libscrypt_eq_openssl(void *arg) memset(buf1,0,64); memset(buf2,0,64); - /* NOTE: we're using N,r the way OpenSSL and libscryot define them, + /* NOTE: we're using N,r the way OpenSSL and libscrypt define them, * not the way draft-josefsson-scrypt-kdf-00.txt define them. */ N = 16; |