Browse Source

generate config.h.in for mbed TLS support

pull/367/head
Syrone Wong 9 years ago
parent
commit
b232d3bbb6
1 changed files with 3 additions and 0 deletions
  1. 3
      config.h.in

3
config.h.in

@ -310,6 +310,9 @@
/* Use PolarSSL library */
#undef USE_CRYPTO_POLARSSL
/* Use mbed TLS library */
#undef USE_CRYPTO_MBEDTLS
/* Version number of package */
#undef VERSION

Loading…
Cancel
Save