cyassl coding header and asthetics to settings macros

This commit is contained in:
Jacob Barthelmeh
2015-01-06 14:02:43 -07:00
parent 8315e76f32
commit 27e7038c00
2 changed files with 85 additions and 80 deletions

View File

@@ -23,6 +23,10 @@
#ifndef CTAO_CRYPT_CODING_H
#define CTAO_CRYPT_CODING_H
#ifndef HAVE_FIPS
#include <wolfssl/wolfcrypt/coding.h>
#else
#include <cyassl/ctaocrypt/types.h>
#ifdef __cplusplus
@@ -54,5 +58,6 @@ CYASSL_LOCAL int Base64_Decode(const byte* in, word32 inLen, byte* out,
} /* extern "C" */
#endif
#endif /* HAVE_FIPS */
#endif /* CTAO_CRYPT_CODING_H */