summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/PREPARE
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/PREPARE')
-rwxr-xr-xcrypto/openssl/PREPARE5
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/openssl/PREPARE b/crypto/openssl/PREPARE
index 60fb53bfc4..e142d81b01 100755
--- a/crypto/openssl/PREPARE
+++ b/crypto/openssl/PREPARE
@@ -1 +1,6 @@
config_query_list OPENSSL_BRANCH "Which branch of OpenSSL do you want to build?" DEFAULT 0.9 1.0
+if spell_ok libressl;then
+ for each in $(show_up_depends libressl 1); do
+ up_trigger $each cast_self
+ done
+fi