hash: correctly accept HAVE_CRYPTOPP
This commit is contained in:
parent
c00f69d7e7
commit
c85a3f72a5
|
@ -35,10 +35,12 @@ hash_proc::suite_t& hash_proc::suite()
|
||||||
|
|
||||||
if (s.empty() ) {
|
if (s.empty() ) {
|
||||||
do_hash ("CUBE512", cube512proc);
|
do_hash ("CUBE512", cube512proc);
|
||||||
|
#if HAVE_CRYPTOPP==1
|
||||||
do_hash ("RIPEMD128", rmd128proc);
|
do_hash ("RIPEMD128", rmd128proc);
|
||||||
do_hash ("TIGER192", tiger192proc);
|
do_hash ("TIGER192", tiger192proc);
|
||||||
do_hash ("SHA256", sha256proc);
|
do_hash ("SHA256", sha256proc);
|
||||||
do_hash ("SHA512", sha512proc);
|
do_hash ("SHA512", sha512proc);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
return s;
|
return s;
|
||||||
|
|
Loading…
Reference in a new issue