mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 22:06:38 +01: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…
Add table
Add a link
Reference in a new issue