2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 05:28:00 +00:00

Fix extra ] in configure.in

This commit is contained in:
Ondřej Surý 2018-04-04 21:57:28 +02:00
parent f1722ff512
commit 35d2dbb9f5
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -16817,7 +16817,7 @@ fi
yes)
$as_echo "#define HAVE_OPENSSL_ED448 1" >>confdefs.h
],
;;
*)
;;

View File

@ -1901,7 +1901,7 @@ int main() {
case $have_ed448 in
yes)
AC_DEFINE(HAVE_OPENSSL_ED448, 1,
[Define if your OpenSSL version supports Ed448.])],
[Define if your OpenSSL version supports Ed448.])
;;
*)
;;