mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 03:34:39 +02:00
fix description text for enable-sslv3 configure option
This commit is contained in:
@@ -889,7 +889,7 @@ fi
|
||||
|
||||
# SSLv3
|
||||
AC_ARG_ENABLE([sslv3],
|
||||
[ --enable-sslv3 Enable SSL version 3.0 (default: disabled)],
|
||||
[AS_HELP_STRING([--enable-sslv3],[Enable SSL version 3.0 (default: disabled)])],
|
||||
[ ENABLED_SSLV3=$enableval ],
|
||||
[ ENABLED_SSLV3=no]
|
||||
)
|
||||
|
Reference in New Issue
Block a user