rename error.h ctc_error.h

This commit is contained in:
Todd A Ouska
2011-06-02 11:06:25 -07:00
parent 668e66964b
commit ab91b4d469
13 changed files with 13 additions and 13 deletions

View File

@@ -25,7 +25,7 @@
#include "pwdbased.h"
#include "ctc_hmac.h"
#include "integer.h"
#include "error.h"
#include "ctc_error.h"
#ifdef CYASSL_SHA512
#include "sha512.h"
#endif