blob: 32fa3bf039cd2ad04151eec514c933bddfcff81a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef AXTLS_CONFIG_H
#define AXTLS_CONFIG_H
/**
* @file config.h
*
* Trick the axtls code into building within our build environment.
*/
#define CONFIG_SSL_ENABLE_CLIENT 1
#define CONFIG_BIGINT_CLASSICAL 1
#endif
|