Fix typo.

Change-Id: I4720fdf0f943b9f196a57ceec340b4161f04ea5d
Reviewed-on: https://boringssl-review.googlesource.com/18304
Commit-Queue: David Benjamin <davidben@google.com>
Commit-Queue: Steven Valdez <svaldez@google.com>
Reviewed-by: Steven Valdez <svaldez@google.com>
Reviewed-by: Robert Sloan <varomodt@google.com>
CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
This commit is contained in:
David Benjamin 2017-07-20 17:14:24 -04:00 committed by CQ bot account: commit-bot@chromium.org
parent 6dc8bf6262
commit 9f9f4eaa2e

View File

@ -938,7 +938,7 @@ OPENSSL_EXPORT unsigned BN_num_bits_word(BN_ULONG l);
#if defined(__cplusplus)
} /* extern C */
#if !defined(OPENSSL_NO_CXX)
#if !defined(BORINGSSL_NO_CXX)
extern "C++" {
namespace bssl {