boringssl/crypto/aes
Adam Langley 22bb031c43 Don't mark AES_set_{en|de}crypt_key arg as const.
Windows complains when the declaration of a function doesn't match the
definition. In this case, the |bits| argument (not a pointer, just an
unsigned) was marked as const in the definition only.

Normally const isn't used for non-pointer arguments so I've removed it
in this case to make Windows compile.

https://code.google.com/p/chromium/issues/detail?id=398960

Change-Id: If7386cf61f9dfbf6b32bfada1a49d5742fe94396
Reviewed-on: https://boringssl-review.googlesource.com/1338
Reviewed-by: Adam Langley <agl@google.com>
2014-07-30 18:19:02 +00:00
..
asm aes/asm/bsaes-x86_64.pl: Atom-specific optimization. 2014-06-20 13:17:40 -07:00
aes.c Don't mark AES_set_{en|de}crypt_key arg as const. 2014-07-30 18:19:02 +00:00
CMakeLists.txt Inital import. 2014-06-20 13:17:32 -07:00
internal.h Inital import. 2014-06-20 13:17:32 -07:00
mode_wrappers.c Inital import. 2014-06-20 13:17:32 -07:00