From 724dcbf5e209f118b9e6af82997d144b9c692b19 Mon Sep 17 00:00:00 2001 From: Adam Langley Date: Wed, 27 Apr 2016 11:08:13 -0700 Subject: [PATCH] Correct markdown misinterpretation. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The term “#define”, when the line breaking happens to put at the beginning of a line, confuses markdown. This change escapes the '#'. Change-Id: I8300324f9e8c7561f32aba6fa29c0132a188a58b --- INCORPORATING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INCORPORATING.md b/INCORPORATING.md index ef36aa34..58f37db9 100644 --- a/INCORPORATING.md +++ b/INCORPORATING.md @@ -50,7 +50,7 @@ lists generated for GN in Chromium. BoringSSL does not present a lot of configurability in order to reduce the number of configurations that need to be tested. But there are a couple of -#defines that you may wish to set: +\#defines that you may wish to set: `OPENSSL_NO_ASM` prevents the use of assembly code (although it's up to you to ensure that the build system doesn't link it in if you wish to reduce binary