summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-12-25 22:18:44 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-12-25 22:18:44 (EST)
commit646a92438b488d3c652b4a9f718dc09d7faa6045 (patch)
tree7c00f16e00b47b0864c7406eb2fd25f30d8ad222
parent33296d222092c71d3819f025716a55f0caf942fa (diff)
build: Enable IP SAN support
-rwxr-xr-xbuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/build b/build
index 03d5287..b27304f 100755
--- a/build
+++ b/build
@@ -16,7 +16,8 @@ common_opts = \
--enable-sni \
--disable-aescbc \
--disable-md5 \
- --enable-maxstrength
+ --enable-maxstrength \
+ --enable-ip-alt-name
build_std_opts = $(common_opts) \
--disable-errorstrings
build_dbg_opts = $(common_opts) \