Matt Caswell 25ca15e9a3 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

Conflicts:
	crypto/aes/aes_core.c

Conflicts:
	crypto/aes/aes_core.c

Reviewed-by: Tim Hudson <tjh@openssl.org>
2015-01-22 09:51:15 +00:00
..
2005-04-26 16:02:40 +00:00
2010-02-15 19:02:53 +00:00
2015-01-22 09:51:15 +00:00
2004-08-23 22:19:51 +00:00
2002-11-13 14:01:34 +00:00
2007-08-30 08:11:25 +00:00
2007-01-21 13:16:49 +00:00
2002-11-13 14:01:34 +00:00
2010-08-30 23:57:03 +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.