boringssl/decrepit
Adam Langley f202d96875 Fix bug in obj_decrepit.c
Interestingly, Windows caught this with:
..\decrepit\obj\obj_decrepit.c(33) : warning C4090: 'function' : different 'const' qualifiers

However, the value of |name| isn't const, only the thing that it points
to. So this seems like a bug in MSVC, but I'm ok with it this time.

Change-Id: I076f98339cb0b669a4f592fba89aafc0a580efc4
Reviewed-on: https://boringssl-review.googlesource.com/7404
Reviewed-by: David Benjamin <davidben@google.com>
2016-03-09 20:06:46 +00:00
..
bio Move arm_arch.h and fix up lots of include paths. 2015-08-26 01:57:59 +00:00
blowfish Move arm_arch.h and fix up lots of include paths. 2015-08-26 01:57:59 +00:00
cast Become partially -Wmissing-variable-declarations-clean. 2015-11-12 20:09:20 +00:00
des Fix shared library build on OS X. 2015-10-26 23:39:47 +00:00
dsa Fix windows build. 2016-03-08 01:57:24 +00:00
evp Tweaks for node.js 2016-01-26 23:23:42 +00:00
obj Fix bug in obj_decrepit.c 2016-03-09 20:06:46 +00:00
rc4 Add |RC4_options| to decrepit. 2016-03-09 01:14:30 +00:00
ripemd Add RIPEMD160 support in decrepit. 2016-03-09 19:37:14 +00:00
rsa Add |RSA_[padding_add|verify]_PKCS1_PSS to decrepit. 2016-03-08 01:45:40 +00:00
x509 Add |X509_EXT_conf_nid| to decrepit. 2016-03-08 01:50:10 +00:00
xts Fix AES XTS mode key size. 2015-11-19 18:08:33 +00:00
CMakeLists.txt Add |OBJ_NAME_do_all_sorted|. 2016-03-09 19:38:06 +00:00
macros.h Add decrepit, initially containing CAST and Blowfish. 2015-04-06 16:58:45 -07:00