mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-31 01:35:11 +02: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)
|
if(fd == NULL)
|
||||||
exit(1);
|
exit(1);
|
||||||
|
|
||||||
if ((rc = fprintf(fd ,"%08x (%s)\n", SSLeay(),
|
if ((rc = fprintf(fd, "%08lx (%s)\n", (unsigned long)SSLeay(),
|
||||||
SSLeay_version(SSLEAY_VERSION))) <0)
|
SSLeay_version(SSLEAY_VERSION))) < 0)
|
||||||
exit(1);
|
exit(1);
|
||||||
|
|
||||||
exit(0);
|
exit(0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user