mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
Fix HMAC_DRBG and RIPEMD160 error codes
This commit is contained in:
parent
446ee6618f
commit
cf38367f45
5 changed files with 43 additions and 14 deletions
|
|
@ -38,7 +38,7 @@ typedef UINT32 uint32_t;
|
|||
#include <inttypes.h>
|
||||
#endif
|
||||
|
||||
#define POLARSSL_ERR_RIPEMD160_FILE_IO_ERROR -0x0074 /**< Read/write error in file. */
|
||||
#define POLARSSL_ERR_RIPEMD160_FILE_IO_ERROR -0x007E /**< Read/write error in file. */
|
||||
|
||||
#if !defined(POLARSSL_RIPEMD160_ALT)
|
||||
// Regular implementation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue