diff options
Diffstat (limited to 'drivers/openssl/SCsub')
-rw-r--r-- | drivers/openssl/SCsub | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/openssl/SCsub b/drivers/openssl/SCsub index 7197364e01..6d3e7e6732 100644 --- a/drivers/openssl/SCsub +++ b/drivers/openssl/SCsub @@ -4,5 +4,3 @@ env.add_source_files(env.drivers_sources,"*.cpp") env.add_source_files(env.drivers_sources,"*.c") Export('env') - - |