forked from wolfSSL/wolfssl
add check around config.h for non autoconf systems
This commit is contained in:
@@ -20,7 +20,9 @@
|
||||
*/
|
||||
|
||||
|
||||
#include <config.h>
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#ifdef CYASSL_RIPEMD
|
||||
|
||||
|
||||
Reference in New Issue
Block a user