aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/test/Makefile.src
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ssl/test/Makefile.src')
-rw-r--r--lib/ssl/test/Makefile.src16
1 files changed, 0 insertions, 16 deletions
diff --git a/lib/ssl/test/Makefile.src b/lib/ssl/test/Makefile.src
deleted file mode 100644
index c70894707c..0000000000
--- a/lib/ssl/test/Makefile.src
+++ /dev/null
@@ -1,16 +0,0 @@
-# Dummy Makefile.src defined to provide backward compatibility for
-# applications that use both the new SSL (3.0 or later), and older
-# versions of SSL.
-#
-
-SSL_LIB_DIR = @ssl_libdir@
-TARGET = @target@
-SSLEAY_LIB = @SSLEAY_ROOT@/lib
-
-all:
- -echo "Begin dummy make"
- -echo SSL_LIB_DIR = $(SSL_LIB_DIR)
- -echo TARGET = $(TARGET)
- -echo SSLEAY_LIB = $(SSLEAY_LIB)
- -echo SSL_LIB_DIR = $(SSL_LIB_DIR)
- -echo "End dummy make"