http://git.etherboot.org
/
people
/
dverkamp
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3b6b25
)
Should be correct for building RSA
author
Michael Brown
<mcb30@etherboot.org>
Sun, 28 Jan 2007 19:50:43 +0000
(19:50 +0000)
committer
Michael Brown
<mcb30@etherboot.org>
Sun, 28 Jan 2007 19:50:43 +0000
(19:50 +0000)
src/crypto/axtls/os_port.h
patch
|
blob
|
history
diff --git
a/src/crypto/axtls/os_port.h
b/src/crypto/axtls/os_port.h
index
3d09863
..
7c9784a
100644
(file)
--- 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