X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=sshdes.c;h=3be5274940003a22e967076107f598729e663f20;hb=refs%2Fheads%2Fben-mac-port;hp=897457a0e34ececbf8d75cd70a0e275cce1f8a41;hpb=c74130d423fd83a65c51b7634e3c34aaf557ae68;p=PuTTY.git diff --git a/sshdes.c b/sshdes.c index 897457a0..3be52749 100644 --- a/sshdes.c +++ b/sshdes.c @@ -16,21 +16,6 @@ information. */ -/* - * $Id: sshdes.c,v 1.1 1999/01/08 13:02:12 simon Exp $ - * $Log: sshdes.c,v $ - * Revision 1.1 1999/01/08 13:02:12 simon - * Initial checkin: beta 0.43 - * - * Revision 1.1.1.1 1996/02/18 21:38:11 ylo - * Imported ssh-1.2.13. - * - * Revision 1.2 1995/07/13 01:22:57 ylo - * Added cvs log. - * - * $Endlog$ - */ - typedef struct { word32 key_schedule[32]; @@ -110,21 +95,6 @@ cryptography and data security, including the following: */ -/* - * $Id: sshdes.c,v 1.1 1999/01/08 13:02:12 simon Exp $ - * $Log: sshdes.c,v $ - * Revision 1.1 1999/01/08 13:02:12 simon - * Initial checkin: beta 0.43 - * - * Revision 1.1.1.1 1996/02/18 21:38:11 ylo - * Imported ssh-1.2.13. - * - * Revision 1.2 1995/07/13 01:22:25 ylo - * Added cvs log. - * - * $Endlog$ - */ - /* Table for key generation. This used to be in sk.h. */ /* Copyright (C) 1993 Eric Young - see README for more details */ static const word32 des_skb[8][64]={