mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 07:35:26 +00:00
Fix extra ] in configure.in
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -16817,7 +16817,7 @@ fi
|
|||||||
yes)
|
yes)
|
||||||
|
|
||||||
$as_echo "#define HAVE_OPENSSL_ED448 1" >>confdefs.h
|
$as_echo "#define HAVE_OPENSSL_ED448 1" >>confdefs.h
|
||||||
],
|
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
;;
|
;;
|
||||||
|
@@ -1901,7 +1901,7 @@ int main() {
|
|||||||
case $have_ed448 in
|
case $have_ed448 in
|
||||||
yes)
|
yes)
|
||||||
AC_DEFINE(HAVE_OPENSSL_ED448, 1,
|
AC_DEFINE(HAVE_OPENSSL_ED448, 1,
|
||||||
[Define if your OpenSSL version supports Ed448.])],
|
[Define if your OpenSSL version supports Ed448.])
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user