Matt Caswell 2cef4e6c29 Manually reformat aes_core.c
Add aes_core.c to the list of files not processed by openssl-format-source

Conflicts:
	crypto/aes/aes_core.c

Reviewed-by: Tim Hudson <tjh@openssl.org>
2015-01-22 09:36:41 +00:00
..
2015-01-07 18:43:34 +01:00
2008-12-23 11:33:01 +00:00
2015-01-22 09:36:41 +00:00
2008-12-23 11:33:01 +00:00
2002-11-13 14:01:34 +00:00
2008-10-31 19:30:11 +00:00
2008-12-23 11:33:01 +00:00
2010-08-30 23:58:47 +00:00
2014-01-06 13:33:27 +00:00

This is an OpenSSL-compatible version of AES (also called Rijndael).
aes_core.c is basically the same as rijndael-alg-fst.c but with an
API that looks like the rest of the OpenSSL symmetric cipher suite.