mirror of
https://github.com/ipxe/ipxe
synced 2026-02-28 03:11:18 +03:00
Should be correct for building RSA
This commit is contained in:
@@ -53,10 +53,10 @@ static inline int fclose ( FILE *stream __unused ) {
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#define CONFIG_SSL_CERT_VERIFICATION 1
|
|
||||||
#define CONFIG_SSL_MAX_CERTS 1
|
#define CONFIG_SSL_MAX_CERTS 1
|
||||||
#define CONFIG_X509_MAX_CA_CERTS 1
|
#define CONFIG_X509_MAX_CA_CERTS 1
|
||||||
#define CONFIG_SSL_EXPIRY_TIME 24
|
#define CONFIG_SSL_EXPIRY_TIME 24
|
||||||
#define CONFIG_SSL_ENABLE_CLIENT 1
|
#define CONFIG_SSL_ENABLE_CLIENT 1
|
||||||
|
#define CONFIG_BIGINT_CLASSICAL 1
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user