summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 32d4c2f65..f9fb48d12 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2392,8 +2392,9 @@ if test "x$openssl" = "xyes" ; then
2392 if(fd == NULL) 2392 if(fd == NULL)
2393 exit(1); 2393 exit(1);
2394 2394
2395 if ((rc = fprintf(fd ,"%08lx (%s)\n", 2395 if ((rc = fprintf(fd, "%08lx (%s)\n",
2396 (unsigned long)OPENSSL_VERSION_NUMBER, OPENSSL_VERSION_TEXT)) <0) 2396 (unsigned long)OPENSSL_VERSION_NUMBER,
2397 OPENSSL_VERSION_TEXT)) < 0)
2397 exit(1); 2398 exit(1);
2398 2399
2399 exit(0); 2400 exit(0);