summaryrefslogtreecommitdiff
path: root/drivers/openssl/SCsub
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/openssl/SCsub')
-rw-r--r--drivers/openssl/SCsub6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/openssl/SCsub b/drivers/openssl/SCsub
index 6d3e7e6732..b7a84cd122 100644
--- a/drivers/openssl/SCsub
+++ b/drivers/openssl/SCsub
@@ -1,6 +1,6 @@
+Import('env_ssl')
Import('env')
-env.add_source_files(env.drivers_sources,"*.cpp")
-env.add_source_files(env.drivers_sources,"*.c")
+env_ssl.add_source_files(env.drivers_sources,"*.cpp")
+env_ssl.add_source_files(env.drivers_sources,"*.c")
-Export('env')