boringssl/decrepit
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
..
bio Run the comment conversion script on decrepit/ 2017-08-18 00:05:52 +00:00
blowfish Work around language and compiler bug in memcpy, etc. 2016-12-21 20:34:47 +00:00
cast Run the comment conversion script on decrepit/ 2017-08-18 00:05:52 +00:00
cfb Add EVP AES-128 CFB128 support via decrepit. 2017-09-18 18:34:06 +00:00
des Run the comment conversion script on decrepit/ 2017-08-18 00:05:52 +00:00
dh Run the comment conversion script on decrepit/ 2017-08-18 00:05:52 +00:00
dsa Run the comment conversion script on decrepit/ 2017-08-18 00:05:52 +00:00
evp Run the comment conversion script on decrepit/ 2017-08-18 00:05:52 +00:00
obj Work around language and compiler bug in memcpy, etc. 2016-12-21 20:34:47 +00:00
rc4 Add |RC4_options| to decrepit. 2016-03-09 01:14:30 +00:00
ripemd fix compilation error for non-english windows (like cjk) 2018-03-15 17:52:23 +00:00
rsa size_t the RSA padding add functions. 2017-03-25 21:59:49 +00:00
ssl Run the comment conversion script on decrepit/ 2017-08-18 00:05:52 +00:00
x509 Add |X509_EXT_conf_nid| to decrepit. 2016-03-08 01:50:10 +00:00
xts Run the comment conversion script on decrepit/ 2017-08-18 00:05:52 +00:00
CMakeLists.txt Align on a single CMake style. 2018-08-10 16:22:31 +00:00
macros.h Move OPENSSL_FALLTHROUGH to internal headers. 2018-01-29 18:17:57 +00:00