- Fixed typo in doxygen info

This commit is contained in:
Paul Bakker 2011-08-17 09:40:55 +00:00
parent 314052fbfc
commit 4793cc4620

View file

@ -87,7 +87,7 @@ int des_key_check_key_parity( const unsigned char key[DES_KEY_SIZE] );
* *
* \param key 8-byte secret key * \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] ); int des_key_check_weak( const unsigned char key[DES_KEY_SIZE] );