summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 7258cc0e5..32d4c2f65 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2428,8 +2428,8 @@ if test "x$openssl" = "xyes" ; then
2428 if(fd == NULL) 2428 if(fd == NULL)
2429 exit(1); 2429 exit(1);
2430 2430
2431 if ((rc = fprintf(fd ,"%08x (%s)\n", SSLeay(), 2431 if ((rc = fprintf(fd, "%08lx (%s)\n", (unsigned long)SSLeay(),
2432 SSLeay_version(SSLEAY_VERSION))) <0) 2432 SSLeay_version(SSLEAY_VERSION))) < 0)
2433 exit(1); 2433 exit(1);
2434 2434
2435 exit(0); 2435 exit(0);