diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-04-15 09:21:40 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-04-22 23:19:47 +0200 |
commit | e052bbcd57594be7c8ab4a0119fc8f19efc4df1b (patch) | |
tree | 5d7b6125c09923c4f05383ac10d63cde67f00407 /.lgtm.yml | |
parent | ee36e86ce8f77a017c49b8312814c33f4b969565 (diff) | |
download | curl-e052bbcd57594be7c8ab4a0119fc8f19efc4df1b.tar.gz |
ci: adapt to configure requiring an explicit TLS choice
Diffstat (limited to '.lgtm.yml')
-rw-r--r-- | .lgtm.yml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| # -# Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al. +# Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms @@ -28,4 +28,4 @@ extraction: - rm -f CMakeLists.txt - ./buildconf configure: # enable as many optional features as possible - command: ./configure --enable-ares --with-libssh2 --with-gssapi --with-librtmp --with-libmetalink + command: ./configure --enable-ares --with-libssh2 --with-gssapi --with-librtmp --with-libmetalink --with-openssl |