boringssl/tool
Adam Langley 61367eedfe Set variables to avoid false-positive compiler warnings.
../tool/transport_common.cc:429:14: error: ‘code_250’ may be used uninitialized in this function [-Werror=maybe-uninitialized]

(I don't believe it can actually happen though.)

Change-Id: I78d19ad42ed4c05404f1d8d3e8f254ede3244b8d
2016-07-11 12:24:55 -07:00
..
args.cc
ciphers.cc Add ciphers option to bssl. 2015-11-03 01:17:02 +00:00
client.cc Support “-starttls smtp” in bssl client 2016-07-11 18:45:01 +00:00
CMakeLists.txt Add a tool to generate Ed25519 keys. 2015-12-18 23:34:13 +00:00
const.cc Make constants in bssl tool actually const. 2015-06-08 21:43:15 +00:00
digest.cc Wrap MSVC-only warning pragmas in a macro. 2016-06-09 21:29:36 +00:00
generate_ed25519.cc Add a tool to generate Ed25519 keys. 2015-12-18 23:34:13 +00:00
genrsa.cc
internal.h Wrap MSVC-only warning pragmas in a macro. 2016-06-09 21:29:36 +00:00
pkcs12.cc Use non-deprecated methods on windows. 2016-05-19 20:30:50 +00:00
rand.cc Fix bssl rand -hex. 2016-02-25 19:23:58 +00:00
server.cc Add client cert support to bssl client. 2015-12-16 23:15:41 +00:00
speed.cc Wrap MSVC-only warning pragmas in a macro. 2016-06-09 21:29:36 +00:00
tool.cc Move function declarations to internal header. 2016-03-20 16:56:32 +00:00
transport_common.cc Set variables to avoid false-positive compiler warnings. 2016-07-11 12:24:55 -07:00
transport_common.h Support “-starttls smtp” in bssl client 2016-07-11 18:45:01 +00:00