From 0d4909e6319a00b71d51f1a91f6c66dd89e230e7 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Tue, 29 May 2012 03:41:49 +0000 Subject: Add rijndael to version report --- ot_rijndael.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ot_rijndael.c') diff --git a/ot_rijndael.c b/ot_rijndael.c index 3f36bde..f468e2f 100644 --- a/ot_rijndael.c +++ b/ot_rijndael.c @@ -486,3 +486,5 @@ void rijndaelEncrypt128(const uint32_t rk[44], const uint8_t pt[16], uint8_t ct[ rk[43]; PUTU32(ct + 12, s3); } + +const char *g_version_rijndael_c = "$Source$: $Revision$\n"; -- cgit v1.2.3