Fix extra ] in configure.in

This commit is contained in:
Ondřej Surý
2018-05-03 15:22:15 +02:00
parent f1722ff512
commit 35d2dbb9f5
2 changed files with 2 additions and 2 deletions
Vendored
+1 -1
View File
@@ -16817,7 +16817,7 @@ fi
yes)
$as_echo "#define HAVE_OPENSSL_ED448 1" >>confdefs.h
],
;;
*)
;;
+1 -1
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.])
;;
*)
;;