Fix HMAC_DRBG and RIPEMD160 error codes

This commit is contained in:
Manuel Pégourié-Gonnard 2014-02-01 10:22:21 +01:00
parent 446ee6618f
commit cf38367f45
5 changed files with 43 additions and 14 deletions

View file

@ -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