mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 17:28:08 +00:00
- Fixed typo in doxygen info
This commit is contained in:
parent
314052fbfc
commit
4793cc4620
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue