summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index dd9cb1590..0e3803ac0 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1512,7 +1512,7 @@ fi
dnl ---
dnl We require OpenSSL with SRP support.
dnl ---
-12if test "$OPENSSL_ENABLED" = "1"; then
+if test "$OPENSSL_ENABLED" = "1"; then
AC_CHECK_LIB(crypto, SRP_Calc_client_key,
[
AC_DEFINE(HAVE_OPENSSL_SRP, 1, [if you have the function SRP_Calc_client_key])