1# This makefile exists to be included by makefiles in other directories so that
2# they can detect whether BoringSSL or OpenSSL is being used.
3
4OPENSSL_FLAVOR=BoringSSL
5