summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/PRE_SUB_DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/PRE_SUB_DEPENDS')
-rwxr-xr-xcrypto/openssl/PRE_SUB_DEPENDS4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/openssl/PRE_SUB_DEPENDS b/crypto/openssl/PRE_SUB_DEPENDS
new file mode 100755
index 0000000000..81dce0ac58
--- /dev/null
+++ b/crypto/openssl/PRE_SUB_DEPENDS
@@ -0,0 +1,4 @@
+case $THIS_SUB_DEPENDS in
+ 1.0) [[ $OPENSSL_BRANCH == "1.0" ]];;
+ *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL $THIS_SUB_DEPENDS${DEFAULT_COLOR}"; return 1;;
+esac