mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-23 01:40:23 -05:00
Fix extra ] in configure.in
This commit is contained in:
parent
f1722ff512
commit
35d2dbb9f5
2 changed files with 2 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -16817,7 +16817,7 @@ fi
|
|||
yes)
|
||||
|
||||
$as_echo "#define HAVE_OPENSSL_ED448 1" >>confdefs.h
|
||||
],
|
||||
|
||||
;;
|
||||
*)
|
||||
;;
|
||||
|
|
|
|||
|
|
@ -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.])
|
||||
;;
|
||||
*)
|
||||
;;
|
||||
|
|
|
|||
Loading…
Reference in a new issue