aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Langley <agl@google.com>2014-09-23 17:57:28 -0700
committerAdam Langley <agl@google.com>2014-09-25 14:13:51 -0700
commit80508763ce13dffb372a9ccf8ce55fd7d1058d7d (patch)
tree939ca803800d56e1f0d07bd71871d07b03866e71
parentfec161200bd965269f524ab6364dc530976e4f61 (diff)
downloadopenssl-80508763ce13dffb372a9ccf8ce55fd7d1058d7d.tar.gz
Add flavor.mk to indicate that this is OpenSSL.
This makefile can be included from makefiles in other directories in order to handle the transition to BoringSSL. Change-Id: Iec4725ccd9bded8fcadee25474a29bdc8005fb41
-rw-r--r--flavor.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/flavor.mk b/flavor.mk
new file mode 100644
index 0000000000..f32fe41af4
--- /dev/null
+++ b/flavor.mk
@@ -0,0 +1,4 @@
+# This makefile exists to be included by makefiles in other directories so that
+# they can detect whether BoringSSL or OpenSSL is being used.
+
+OPENSSL_FLAVOR=OpenSSL