summaryrefslogtreecommitdiff
path: root/Makefile.dist
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.dist')
-rw-r--r--Makefile.dist6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.dist b/Makefile.dist
index 69217a9eb..1a531c153 100644
--- a/Makefile.dist
+++ b/Makefile.dist
@@ -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
@@ -25,7 +25,7 @@ all:
make
ssl:
- ./configure --with-ssl
+ ./configure --with-openssl
make
mingw32:
@@ -66,7 +66,7 @@ cygwin:
make
cygwin-ssl:
- ./configure --with-ssl
+ ./configure --with-openssl
make
amiga: