mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-11-24 02:02:10 +08:00
Fix configure-time warnings for openssl test.
This commit is contained in:
parent
95687f5831
commit
815bcac0b9
@ -2428,8 +2428,8 @@ if test "x$openssl" = "xyes" ; then
|
||||
if(fd == NULL)
|
||||
exit(1);
|
||||
|
||||
if ((rc = fprintf(fd ,"%08x (%s)\n", SSLeay(),
|
||||
SSLeay_version(SSLEAY_VERSION))) <0)
|
||||
if ((rc = fprintf(fd, "%08lx (%s)\n", (unsigned long)SSLeay(),
|
||||
SSLeay_version(SSLEAY_VERSION))) < 0)
|
||||
exit(1);
|
||||
|
||||
exit(0);
|
||||
|
Loading…
Reference in New Issue
Block a user