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