Only run opensslver tests if built with OpenSSL.
This commit is contained in:
parent
ba05370963
commit
db97d8d0b9
|
@ -56,6 +56,7 @@ fail(long hver, long lver, int result)
|
|||
int
|
||||
main(void)
|
||||
{
|
||||
#ifdef WITH_OPENSSL
|
||||
unsigned int i;
|
||||
int res;
|
||||
long hver, lver;
|
||||
|
@ -67,5 +68,6 @@ main(void)
|
|||
if (ssh_compatible_openssl(hver, lver) != res)
|
||||
fail(hver, lver, res);
|
||||
}
|
||||
#endif
|
||||
exit(0);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue