Removing deleted wolfSSL build macro
parent
3adf33d460
commit
ee8d5b16e5
|
|
@ -162,9 +162,6 @@ def make_flags(prefix, debug):
|
|||
# crl
|
||||
flags.append("--enable-crl")
|
||||
|
||||
# wrapper allocators
|
||||
cflags.append("-DWOLFSSL_WRAPPER_ALLOCATORS")
|
||||
|
||||
# for urllib3 - requires SNI (tlsx), options (openssl compat), peer cert
|
||||
flags.append("--enable-tlsx")
|
||||
flags.append("--enable-opensslextra")
|
||||
|
|
|
|||
Loading…
Reference in New Issue