Removing deleted wolfSSL build macro

pull/35/head
Lealem Amedie 2022-08-19 12:05:10 -07:00
parent 3adf33d460
commit ee8d5b16e5
1 changed files with 0 additions and 3 deletions

View File

@ -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")