commit | 4793cc4620b6f2a6f95be4cb0251cb46bc99c1fc | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Wed Aug 17 09:40:55 2011 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Wed Aug 17 09:40:55 2011 +0000 |
tree | 0f5c5c99ce13be2e1320f318fff5127cfd0425b9 | |
parent | 314052fbfc23d590bab4ad9c7257c66ff1f2f326 [diff] |
- Fixed typo in doxygen info
diff --git a/include/polarssl/des.h b/include/polarssl/des.h index 09c00a7..653e68b 100644 --- a/include/polarssl/des.h +++ b/include/polarssl/des.h
@@ -87,7 +87,7 @@ * * \param key 8-byte secret key * - * \resurn 0 if no weak key was found, 1 if a weak key was identified. + * \return 0 if no weak key was found, 1 if a weak key was identified. */ int des_key_check_weak( const unsigned char key[DES_KEY_SIZE] );