amissl: fix AmiSSL v5 detection
Due to changes in the AmiSSL SDK, the detection needed adjusting. Closes #11477
This commit is contained in:
Родитель
849b3fed04
Коммит
6290bdf0ec
|
@ -32,7 +32,7 @@ if test "$HAVE_PROTO_BSDSOCKET_H" = "1"; then
|
||||||
#include <libraries/amisslmaster.h>
|
#include <libraries/amisslmaster.h>
|
||||||
#include <openssl/opensslv.h>
|
#include <openssl/opensslv.h>
|
||||||
]],[[
|
]],[[
|
||||||
#if defined(AMISSL_CURRENT_VERSION) && (AMISSL_CURRENT_VERSION >= AMISSL_V303) && \
|
#if defined(AMISSL_CURRENT_VERSION) && defined(AMISSL_V3xx) && \
|
||||||
defined(OPENSSL_VERSION_MAJOR) && (OPENSSL_VERSION_MAJOR >= 3) && \
|
defined(OPENSSL_VERSION_MAJOR) && (OPENSSL_VERSION_MAJOR >= 3) && \
|
||||||
defined(PROTO_AMISSL_H)
|
defined(PROTO_AMISSL_H)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче