summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Langley <agl@google.com>2015-09-30 15:08:01 -0700
committerAdam Langley <agl@google.com>2015-09-30 15:08:01 -0700
commit1eb96cca864ce5e58db98351328dc131e033e66b (patch)
tree24150183cfed2ad79eb2258cf525b4fc4544bd2d
parent184bc93440dbfefbd499f7164e8a1b22540f5571 (diff)
downloadboringssl-1eb96cca864ce5e58db98351328dc131e033e66b.tar.gz
external/boringssl: remove BORINGSSL_201509 support.
The BORINGSSL_201509 define was used to make updating BoringSSL in external/boringssl less painful. It allowed code to compile with either the old BoringSSL (which didn't define BORINGSSL_201509) or with the new (which does). Now that the new version has landed, this change removes that define. It must be landed after the changes elsewhere in Android that remove references to this define. Change-Id: I19e661419f830459d015bf14e7905af2ec41b735
-rw-r--r--src/include/openssl/base.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/openssl/base.h b/src/include/openssl/base.h
index 661817a5..41e4b60a 100644
--- a/src/include/openssl/base.h
+++ b/src/include/openssl/base.h
@@ -108,7 +108,6 @@ extern "C" {
#endif
#define OPENSSL_IS_BORINGSSL
-#define BORINGSSL_201509
#define OPENSSL_VERSION_NUMBER 0x10002000
#define SSLEAY_VERSION_NUMBER OPENSSL_VERSION_NUMBER