boringssl/crypto/evp
Adam Langley 310d3f63f3 Change |EVP_PKEY_up_ref| to return int.
Upstream have added |EVP_PKEY_up_ref|, but their version returns an int.
Having this function with a different signature like that is dangerous
so this change aligns BoringSSL with upstream. Users of this function in
Chromium and internally should already have been updated.

Change-Id: I0a7aeaf1a1ca3b0f0c635e2ee3826aa100b18157
Reviewed-on: https://boringssl-review.googlesource.com/8736
Reviewed-by: David Benjamin <davidben@google.com>
2016-07-12 17:55:41 +00:00
..
CMakeLists.txt
digestsign.c
evp_asn1.c
evp_ctx.c Change |EVP_PKEY_up_ref| to return int. 2016-07-12 17:55:41 +00:00
evp_extra_test.cc Revert "Move C++ helpers into |bssl| namespace." 2016-07-12 08:09:33 -07:00
evp_test.cc Revert "Move C++ helpers into |bssl| namespace." 2016-07-12 08:09:33 -07:00
evp_tests.txt
evp.c Change |EVP_PKEY_up_ref| to return int. 2016-07-12 17:55:41 +00:00
internal.h
p_dsa_asn1.c
p_ec_asn1.c
p_ec.c
p_rsa_asn1.c
p_rsa.c
pbkdf_test.cc
pbkdf.c
print.c
sign.c