rename sha512.h and tfm.h ctc_*

This commit is contained in:
Todd A Ouska
2011-06-02 14:16:59 -07:00
parent 9d53c649ca
commit 60c4b9cd9f
8 changed files with 8 additions and 8 deletions

View File

@@ -27,7 +27,7 @@
#include "ctc_integer.h"
#include "ctc_error.h"
#ifdef CYASSL_SHA512
#include "sha512.h"
#include "ctc_sha512.h"
#endif
#ifdef NO_INLINE
#include "ctc_misc.h"