From ea5425939297e0f41de4be3168fbb8d68854bb64 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Thu, 19 Oct 2017 18:55:22 +0100 Subject: [PATCH] sshaes.c: fix file name in header comment. Apparently I forgot to edit that when I originally imported this AES implementation into PuTTY's SSH code from the more generically named source file in which I'd originally developed it. --- sshaes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sshaes.c b/sshaes.c index 904cbdb2..0368d6e9 100644 --- a/sshaes.c +++ b/sshaes.c @@ -1,5 +1,5 @@ /* - * aes.c - implementation of AES / Rijndael + * sshaes.c - implementation of AES / Rijndael * * AES is a flexible algorithm as regards endianness: it has no * inherent preference as to which way round you should form words