shishi-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS shishi/lib


From: shishi-commit
Subject: CVS shishi/lib
Date: Fri, 03 Dec 2004 04:24:08 +0100

Update of /home/cvs/shishi/lib
In directory dopio:/tmp/cvs-serv3142

Modified Files:
        crypto-aes.c 
Log Message:
Use constant.


--- /home/cvs/shishi/lib/crypto-aes.c   2004/09/10 10:00:00     1.31
+++ /home/cvs/shishi/lib/crypto-aes.c   2004/12/03 03:24:08     1.32
@@ -119,8 +119,9 @@
   if (res != SHISHI_OK)
     return res;
 
-  /* key = DK(tkey, "kerberos") */
-  res = shishi_dk (handle, tmpkey, "kerberos", strlen ("kerberos"), outkey);
+  /* key = DK(tkey, Constant) */
+  res = shishi_dk (handle, tmpkey, SHISHI_DK_CONSTANT,
+                  strlen (SHISHI_DK_CONSTANT), outkey);
 
   shishi_key_done (tmpkey);
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]