forked from wolfSSL/wolfssl
add check around config.h for non autoconf systems
This commit is contained in:
@@ -19,7 +19,9 @@
|
||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <cyassl/openssl/ssl.h>
|
||||
#include <cyassl/openssl/cyassl_test.h>
|
||||
|
||||
Reference in New Issue
Block a user