summaryrefslogtreecommitdiffstats
path: root/crypto/qca-tls/PRE_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/qca-tls/PRE_BUILD')
-rwxr-xr-xcrypto/qca-tls/PRE_BUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/crypto/qca-tls/PRE_BUILD b/crypto/qca-tls/PRE_BUILD
deleted file mode 100755
index 6d2b7e88f2..0000000000
--- a/crypto/qca-tls/PRE_BUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-if spell_ok openssl && [[ $(installed_version openssl) > 1.0.0 ]]; then
- patch -p1 < $SPELL_DIRECTORY/openssl-1.0.0.patch
-fi