diff options
Diffstat (limited to 'drivers/openssl/SCsub')
-rw-r--r-- | drivers/openssl/SCsub | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/openssl/SCsub b/drivers/openssl/SCsub deleted file mode 100644 index 40e3d0c0f0..0000000000 --- a/drivers/openssl/SCsub +++ /dev/null @@ -1,6 +0,0 @@ -Import('env_drivers') -Import('env') - -env_drivers.add_source_files(env.drivers_sources,"*.cpp") -env_drivers.add_source_files(env.drivers_sources,"*.c") - |