| commit | fe7f7eab7bce195c868c1973683e741a657cc2ef | [log] [tgz] |
|---|---|---|
| author | Kenny Root <[email protected]> | Fri Sep 26 20:00:02 2014 +0000 |
| committer | Gerrit Code Review <[email protected]> | Fri Sep 26 20:00:02 2014 +0000 |
| tree | 939ca803800d56e1f0d07bd71871d07b03866e71 | |
| parent | fec161200bd965269f524ab6364dc530976e4f61 [diff] | |
| parent | 80508763ce13dffb372a9ccf8ce55fd7d1058d7d [diff] |
Merge "Add flavor.mk to indicate that this is OpenSSL."
diff --git a/flavor.mk b/flavor.mk new file mode 100644 index 0000000..f32fe41 --- /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