您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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