mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 04:25:42 +01:00
- Fixed typo in doxygen info
This commit is contained in:
parent
314052fbfc
commit
4793cc4620
@ -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] );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user