mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-29 08:44:52 +02:00
Update check for minimum OpenSSL version.
This commit is contained in:
parent
6ab75aba34
commit
595605d4ab
@ -30,8 +30,8 @@
|
||||
|
||||
int ssh_compatible_openssl(long, long);
|
||||
|
||||
#if (OPENSSL_VERSION_NUMBER <= 0x0090805fL)
|
||||
# error OpenSSL 0.9.8f or greater is required
|
||||
#if (OPENSSL_VERSION_NUMBER <= 0x1000100fL)
|
||||
# error OpenSSL 1.0.1 or greater is required
|
||||
#endif
|
||||
|
||||
#ifndef OPENSSL_VERSION
|
||||
|
Loading…
x
Reference in New Issue
Block a user