Go to file
Adam Langley b9e0ccc650 Fix a couple of minor compiler warnings.
One about a possible uninitialised variable (incorrect, but it's easier
to keep the compiler happy) and one warning about "const static" being
backwards.

Change-Id: Ic5976a5f0b48f32e09682e31b65d8ea1c27e5b88
Reviewed-on: https://boringssl-review.googlesource.com/2632
Reviewed-by: David Benjamin <davidben@chromium.org>
Reviewed-by: Adam Langley <agl@google.com>
2015-01-06 00:27:22 +00:00
crypto Fix a couple of minor compiler warnings. 2015-01-06 00:27:22 +00:00
doc Inital import. 2014-06-20 13:17:32 -07:00
include/openssl Add void in place of empty function arguments. 2015-01-06 00:27:07 +00:00
ssl Reformat the rest of ssl/. 2014-12-18 17:43:03 -08:00
tool Add the ability to run a server from the command line tool. 2014-12-11 10:47:21 -08:00
util Implement HKDF. 2014-12-18 20:13:06 +00:00
.clang-format Inital import. 2014-06-20 13:17:32 -07:00
.gitignore Inital import. 2014-06-20 13:17:32 -07:00
BUILDING Build with yasm on Win64 as well. 2014-10-31 22:02:45 +00:00
CMakeLists.txt Remove variable shadowing. 2014-12-09 21:32:49 +00:00
codereview.settings Add a codereview.settings file. 2014-11-18 22:21:33 +00:00