boringssl/crypto/chacha
David Benjamin e6fd125d31 Align on a single CMake style.
We currently write a mix of "if (FOO)" and "if(FOO)". While the former looks
more like a usual language, CMake believes everything, even "if" and "else", is
just a really really funny function call (a "command").

We should pick something for consistency. Upstream CMake writes "if(FOO)", so
go with that one.

Change-Id: I67e0eb650a52670110b417312a362c9f161c8721
Reviewed-on: https://boringssl-review.googlesource.com/30807
Reviewed-by: Adam Langley <agl@google.com>
2018-08-10 16:22:31 +00:00
..
asm Sync up some perlasm license headers and easy fixes. 2018-02-11 01:00:35 +00:00
chacha_test.cc Convert chacha_test to GTest. 2017-02-15 17:16:44 +00:00
chacha.c Add XChaCha20-Poly1305 AEAD. 2018-08-09 18:49:09 +00:00
CMakeLists.txt Align on a single CMake style. 2018-08-10 16:22:31 +00:00
internal.h Add XChaCha20-Poly1305 AEAD. 2018-08-09 18:49:09 +00:00