mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
1. Remove duplicate AM_CONDITIONAL statments from configure.ac.
2. Update copyright year in configure.ac.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
# configure.ac
|
||||
#
|
||||
# Copyright (C) 2006-2017 wolfSSL Inc.
|
||||
# Copyright (C) 2006-2020 wolfSSL Inc.
|
||||
#
|
||||
# This file is part of wolfSSL. (formerly known as CyaSSL)
|
||||
#
|
||||
@ -1891,7 +1891,6 @@ then
|
||||
then
|
||||
ENABLED_OCSP="yes"
|
||||
AM_CFLAGS="$AM_CFLAGS -DHAVE_OCSP"
|
||||
AM_CONDITIONAL([BUILD_OCSP], [test "x$ENABLED_OCSP" = "xyes"])
|
||||
fi
|
||||
|
||||
# Requires PSK make sure on
|
||||
@ -3452,8 +3451,6 @@ else
|
||||
fi
|
||||
fi
|
||||
|
||||
AM_CONDITIONAL([BUILD_RC4], [test "x$ENABLED_ARC4" = "xyes"])
|
||||
|
||||
# Asio Support
|
||||
AC_ARG_ENABLE([asio],
|
||||
[AS_HELP_STRING([--enable-asio],[Enable asio (default: disabled)])],
|
||||
|
Reference in New Issue
Block a user