diff options
Diffstat (limited to 'app/openssl/flavor.mk')
-rw-r--r-- | app/openssl/flavor.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/openssl/flavor.mk b/app/openssl/flavor.mk new file mode 100644 index 00000000..f32fe41a --- /dev/null +++ b/app/openssl/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 |