2
0
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:
Mark Andrews
2014-02-19 18:14:13 +11:00
parent db955e6f01
commit 880c48d818
2 changed files with 2 additions and 0 deletions

1
configure vendored
View File

@@ -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"

View File

@@ -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"