Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / ipxe / src / crypto / axtls / config.h
1 #ifndef AXTLS_CONFIG_H
2 #define AXTLS_CONFIG_H
3
4 /**
5  * @file config.h
6  *
7  * Trick the axtls code into building within our build environment.
8  */
9
10 #define CONFIG_SSL_ENABLE_CLIENT 1
11 #define CONFIG_BIGINT_CLASSICAL 1
12
13 #endif