summaryrefslogtreecommitdiffstats
path: root/crypto/crypto.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/crypto.gyp')
-rw-r--r--crypto/crypto.gyp6
1 files changed, 0 insertions, 6 deletions
diff --git a/crypto/crypto.gyp b/crypto/crypto.gyp
index a6df806..f660e4cd 100644
--- a/crypto/crypto.gyp
+++ b/crypto/crypto.gyp
@@ -76,14 +76,8 @@
}],
[ 'component == "shared_library"', {
'defines': [
- 'CRYPTO_DLL',
'CRYPTO_IMPLEMENTATION',
],
- 'direct_dependent_settings': {
- 'defines': [
- 'CRYPTO_DLL',
- ],
- },
}],
[ 'use_openssl==1', {
# TODO(joth): Use a glob to match exclude patterns once the