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/library/error.c b/library/error.c index 22a6371..7042bbd 100644 --- a/library/error.c +++ b/library/error.c
@@ -130,11 +130,11 @@ #endif #if defined(POLARSSL_SHA256_C) -#include "polarssl/sha2.h" +#include "polarssl/sha256.h" #endif #if defined(POLARSSL_SHA512_C) -#include "polarssl/sha4.h" +#include "polarssl/sha512.h" #endif #if defined(POLARSSL_SSL_TLS_C)