mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-07 06:42:56 +03:00
- Fixed typo in doxygen info
This commit is contained in:
@@ -87,7 +87,7 @@ int des_key_check_key_parity( const unsigned char key[DES_KEY_SIZE] );
|
||||
*
|
||||
* \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] );
|
||||
|
||||
|
Reference in New Issue
Block a user