mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-11-06 19:29:29 +03:00
Renamed RMD160 to RIPEMD160
This commit is contained in:
@@ -45,8 +45,8 @@ extern const md_info_t md4_info;
|
||||
#if defined(POLARSSL_MD5_C)
|
||||
extern const md_info_t md5_info;
|
||||
#endif
|
||||
#if defined(POLARSSL_RMD160_C)
|
||||
extern const md_info_t rmd160_info;
|
||||
#if defined(POLARSSL_RIPEMD160_C)
|
||||
extern const md_info_t ripemd160_info;
|
||||
#endif
|
||||
#if defined(POLARSSL_SHA1_C)
|
||||
extern const md_info_t sha1_info;
|
||||
|
||||
Reference in New Issue
Block a user