mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-20 00:50:09 +00:00
Tidy up openssl header test.
This commit is contained in:
parent
815bcac0b9
commit
b3413534aa
@ -2392,8 +2392,9 @@ if test "x$openssl" = "xyes" ; then
|
|||||||
if(fd == NULL)
|
if(fd == NULL)
|
||||||
exit(1);
|
exit(1);
|
||||||
|
|
||||||
if ((rc = fprintf(fd ,"%08lx (%s)\n",
|
if ((rc = fprintf(fd, "%08lx (%s)\n",
|
||||||
(unsigned long)OPENSSL_VERSION_NUMBER, OPENSSL_VERSION_TEXT)) <0)
|
(unsigned long)OPENSSL_VERSION_NUMBER,
|
||||||
|
OPENSSL_VERSION_TEXT)) < 0)
|
||||||
exit(1);
|
exit(1);
|
||||||
|
|
||||||
exit(0);
|
exit(0);
|
||||||
|
Loading…
Reference in New Issue
Block a user