forked from wolfSSL/wolfssl
Brian Aker commits plus some minor changes like AM_CFLAGS getting AC_SUBST and --enable-xxx #ifdef to new header layout
This commit is contained in:
@@ -20,11 +20,13 @@
|
||||
*/
|
||||
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#ifdef CYASSL_RIPEMD
|
||||
|
||||
#include "ctc_ripemd.h"
|
||||
#ifdef NO_INLINE
|
||||
#include "ctc_misc.h"
|
||||
#include <cyassl/ctaocrypt/ctc_misc.h>
|
||||
#else
|
||||
#include "ctc_misc.c"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user