You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

config.h 222B

12345678910111213
  1. #ifndef AXTLS_CONFIG_H
  2. #define AXTLS_CONFIG_H
  3. /**
  4. * @file config.h
  5. *
  6. * Trick the axtls code into building within our build environment.
  7. */
  8. #define CONFIG_SSL_ENABLE_CLIENT 1
  9. #define CONFIG_BIGINT_CLASSICAL 1
  10. #endif