mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
set ISC_OPENSSL_LIBS to DST_OPENSSL_LIBS for want_openssl_aes=yes
This commit is contained in:
1
configure
vendored
1
configure
vendored
@@ -15733,6 +15733,7 @@ case $want_openssl_aes in
|
||||
fi
|
||||
ISC_PLATFORM_OPENSSLAES="#define ISC_PLATFORM_OPENSSLAES 1"
|
||||
ISC_OPENSSL_INC="$DST_OPENSSL_INC"
|
||||
ISC_OPENSSL_LIBS="$DST_OPENSSL_LIBS"
|
||||
;;
|
||||
no)
|
||||
ISC_PLATFORM_OPENSSLAES="#undef ISC_PLATFORM_OPENSSLAES"
|
||||
|
@@ -1602,6 +1602,7 @@ case $want_openssl_aes in
|
||||
fi
|
||||
ISC_PLATFORM_OPENSSLAES="#define ISC_PLATFORM_OPENSSLAES 1"
|
||||
ISC_OPENSSL_INC="$DST_OPENSSL_INC"
|
||||
ISC_OPENSSL_LIBS="$DST_OPENSSL_LIBS"
|
||||
;;
|
||||
no)
|
||||
ISC_PLATFORM_OPENSSLAES="#undef ISC_PLATFORM_OPENSSLAES"
|
||||
|
Reference in New Issue
Block a user