commit | d2681d82e226d28d033390b61e94af04f0248dff | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Sun Jun 30 14:49:12 2013 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Sun Jun 30 14:49:12 2013 +0200 |
tree | c080ce9d46533035da7df74ceadeddeed44bcfe1 | |
parent | 9e36f0475f011912ee0897aa6487d7b9c190600e [diff] [blame] |
Renamed sha2.{c,h} to sha256.{c,h} and sha4.{c,h} to sha512.{c,h}
diff --git a/include/polarssl/entropy.h b/include/polarssl/entropy.h index 539e5cb..69d5b3b 100644 --- a/include/polarssl/entropy.h +++ b/include/polarssl/entropy.h
@@ -31,7 +31,7 @@ #include "config.h" -#include "sha4.h" +#include "sha512.h" #if defined(POLARSSL_HAVEGE_C) #include "havege.h" #endif