]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
aes_setup() is unused outside this file. Make it static.
authorBen Harris <bjh21@bjh21.me.uk>
Sun, 5 Jan 2003 23:03:02 +0000 (23:03 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Sun, 5 Jan 2003 23:03:02 +0000 (23:03 +0000)
[originally from svn r2476]

sshaes.c

index ef46c1202f55342d9bfd707694fc429695413664..9eed7423efabfa37cfc23bdc8fbaa86e57f33f06 100644 (file)
--- a/sshaes.c
+++ b/sshaes.c
@@ -941,7 +941,7 @@ static const word32 D3[256] = {
  * bytes; each can be either 16 (128-bit), 24 (192-bit), or 32
  * (256-bit).
  */
-void aes_setup(AESContext * ctx, int blocklen,
+static void aes_setup(AESContext * ctx, int blocklen,
               unsigned char *key, int keylen)
 {
     int i, j, Nk, rconst;