[tor-commits] [tor/master] typo fix; spotted by arma
nickm at torproject.org
nickm at torproject.org
Mon Jul 20 17:02:22 UTC 2015
commit 2200d9d3f8b3830dff4c496d684147008bd38ace
Author: Nick Mathewson <nickm at torproject.org>
Date: Mon Jul 20 13:02:21 2015 -0400
typo fix; spotted by arma
---
src/test/test_crypto_slow.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/test_crypto_slow.c b/src/test/test_crypto_slow.c
index 02aec3b..d0f50f8 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;
More information about the tor-commits
mailing list