Cleaned up polarssl.

This commit is contained in:
jakcron
2016-02-15 13:42:56 +08:00
parent 8dd652737a
commit d9556da765
48 changed files with 49 additions and 9991 deletions
-5
View File
@@ -40,7 +40,6 @@ typedef UINT32 uint32_t;
#define POLARSSL_ERR_SHA2_FILE_IO_ERROR -0x0078 /**< Read/write error in file. */
#if !defined(POLARSSL_SHA2_ALT)
// Regular implementation
//
@@ -95,10 +94,6 @@ void sha2_process( sha2_context *ctx, const unsigned char data[64] );
}
#endif
#else /* POLARSSL_SHA2_ALT */
#include "polarssl/sha2_alt.h"
#endif /* POLARSSL_SHA2_ALT */
#ifdef __cplusplus
extern "C" {
#endif