1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00

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.
This commit is contained in:
Simon Tatham 2017-10-19 18:55:22 +01:00
parent b4e5485caa
commit ea54259392

View File

@ -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