commit | e4d47a655b8dffff612a814dc0e9d3ec31841b73 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Jan 17 20:41:32 2014 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Jan 17 20:41:32 2014 +0100 |
tree | 2aaa984b43b7bfb3bb43a2a63a18954fd5fb2959 | |
parent | ff40c3ac34c2e6b46ecf27fa228a265dba8368f5 [diff] [blame] |
Add RIPEMD-160 to the generic MD layer
diff --git a/include/polarssl/md_wrap.h b/include/polarssl/md_wrap.h index a41c875..c4e2e45 100644 --- a/include/polarssl/md_wrap.h +++ b/include/polarssl/md_wrap.h
@@ -45,6 +45,9 @@ #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; +#endif #if defined(POLARSSL_SHA1_C) extern const md_info_t sha1_info; #endif