mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
Remove CVS logs
[originally from svn r15]
This commit is contained in:
parent
3352f57942
commit
1e312c2658
40
sshdes.c
40
sshdes.c
@ -16,26 +16,6 @@ information.
|
||||
|
||||
*/
|
||||
|
||||
/*
|
||||
* $Id: sshdes.c,v 1.2 1999/01/08 13:10:15 simon Exp $
|
||||
* $Log: sshdes.c,v $
|
||||
* Revision 1.2 1999/01/08 13:10:15 simon
|
||||
* John Sullivan's patches plus more fixes:
|
||||
* - Stop using the identifier `environ' as some platforms make it a macro
|
||||
* - Fix silly error box at end of connection in FWHACK mode
|
||||
* - Fix GPF on maximise-then-restore
|
||||
* - Use SetCapture to allow drag-selecting outside the window
|
||||
* - Correctly update window title when iconic and in win_name_always mode
|
||||
*
|
||||
* 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];
|
||||
@ -115,26 +95,6 @@ cryptography and data security, including the following:
|
||||
|
||||
*/
|
||||
|
||||
/*
|
||||
* $Id: sshdes.c,v 1.2 1999/01/08 13:10:15 simon Exp $
|
||||
* $Log: sshdes.c,v $
|
||||
* Revision 1.2 1999/01/08 13:10:15 simon
|
||||
* John Sullivan's patches plus more fixes:
|
||||
* - Stop using the identifier `environ' as some platforms make it a macro
|
||||
* - Fix silly error box at end of connection in FWHACK mode
|
||||
* - Fix GPF on maximise-then-restore
|
||||
* - Use SetCapture to allow drag-selecting outside the window
|
||||
* - Correctly update window title when iconic and in win_name_always mode
|
||||
*
|
||||
* 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]={
|
||||
|
Loading…
Reference in New Issue
Block a user