Browse Source

Should be correct for building RSA

tags/v0.9.3
Michael Brown 18 years ago
parent
commit
89c3c67c51
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/crypto/axtls/os_port.h

+ 1
- 1
src/crypto/axtls/os_port.h View File

53
 	return -1;
53
 	return -1;
54
 }
54
 }
55
 
55
 
56
-#define CONFIG_SSL_CERT_VERIFICATION 1
57
 #define CONFIG_SSL_MAX_CERTS 1
56
 #define CONFIG_SSL_MAX_CERTS 1
58
 #define CONFIG_X509_MAX_CA_CERTS 1
57
 #define CONFIG_X509_MAX_CA_CERTS 1
59
 #define CONFIG_SSL_EXPIRY_TIME 24
58
 #define CONFIG_SSL_EXPIRY_TIME 24
60
 #define CONFIG_SSL_ENABLE_CLIENT 1
59
 #define CONFIG_SSL_ENABLE_CLIENT 1
60
+#define CONFIG_BIGINT_CLASSICAL 1
61
 
61
 
62
 #endif 
62
 #endif 

Loading…
Cancel
Save