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.])
;;
*)
;;