diff options
author | Michael Brown <mcb30@etherboot.org> | 2007-01-28 19:50:43 +0000 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2007-01-28 19:50:43 +0000 |
commit | 89c3c67c518729609461a735e09733fdcabea9bd (patch) | |
tree | 4788589113c6193f093a485050cce5e15db239aa /src/crypto | |
parent | b3b6b25aeb37659ed28f131406f2e0e54efee120 (diff) | |
download | ipxe-89c3c67c518729609461a735e09733fdcabea9bd.tar.gz |
Should be correct for building RSA
Diffstat (limited to 'src/crypto')
-rw-r--r-- | src/crypto/axtls/os_port.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/axtls/os_port.h b/src/crypto/axtls/os_port.h index 3d0986323..7c9784a44 100644 --- a/src/crypto/axtls/os_port.h +++ b/src/crypto/axtls/os_port.h @@ -53,10 +53,10 @@ static inline int fclose ( FILE *stream __unused ) { return -1; } -#define CONFIG_SSL_CERT_VERIFICATION 1 #define CONFIG_SSL_MAX_CERTS 1 #define CONFIG_X509_MAX_CA_CERTS 1 #define CONFIG_SSL_EXPIRY_TIME 24 #define CONFIG_SSL_ENABLE_CLIENT 1 +#define CONFIG_BIGINT_CLASSICAL 1 #endif |