diff options
author | Patrick 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) |
commit | 646a92438b488d3c652b4a9f718dc09d7faa6045 (patch) | |
tree | 7c00f16e00b47b0864c7406eb2fd25f30d8ad222 | |
parent | 33296d222092c71d3819f025716a55f0caf942fa (diff) |
build: Enable IP SAN support
-rwxr-xr-x | build | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) \ |