Skip to content
Snippets Groups Projects
Commit 2200d9d3 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

typo fix; spotted by arma

parent 0a329a7a
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment