mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 12:14:38 +02:00
cyassl coding header and asthetics to settings macros
This commit is contained in:
@@ -23,6 +23,10 @@
|
|||||||
#ifndef CTAO_CRYPT_CODING_H
|
#ifndef CTAO_CRYPT_CODING_H
|
||||||
#define CTAO_CRYPT_CODING_H
|
#define CTAO_CRYPT_CODING_H
|
||||||
|
|
||||||
|
#ifndef HAVE_FIPS
|
||||||
|
#include <wolfssl/wolfcrypt/coding.h>
|
||||||
|
#else
|
||||||
|
|
||||||
#include <cyassl/ctaocrypt/types.h>
|
#include <cyassl/ctaocrypt/types.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
@@ -54,5 +58,6 @@ CYASSL_LOCAL int Base64_Decode(const byte* in, word32 inLen, byte* out,
|
|||||||
} /* extern "C" */
|
} /* extern "C" */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif /* HAVE_FIPS */
|
||||||
#endif /* CTAO_CRYPT_CODING_H */
|
#endif /* CTAO_CRYPT_CODING_H */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user