git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5697 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1999-03-22 19:23:13 +00:00
parent db5eaa3d6d
commit 148e430f47
3 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 1995, 1996, 1997, 1998 Kungliga Tekniska H<>gskolan
* Copyright (c) 1995, 1996, 1997, 1998, 1999 Kungliga Tekniska H<>gskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
@@ -42,8 +42,8 @@
RCSID("$Id$");
#endif
#include "hash.h"
#include "md4.h"
#include "hash.h"
#define A m->counter[0]
#define B m->counter[1]

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 1995, 1996, 1997, 1998 Kungliga Tekniska H<>gskolan
* Copyright (c) 1995, 1996, 1997, 1998, 1999 Kungliga Tekniska H<>gskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
@@ -42,8 +42,8 @@
RCSID("$Id$");
#endif
#include "hash.h"
#include "md5.h"
#include "hash.h"
#define A m->counter[0]
#define B m->counter[1]

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 1995, 1996, 1997, 1998 Kungliga Tekniska H<>gskolan
* Copyright (c) 1995, 1996, 1997, 1998, 1999 Kungliga Tekniska H<>gskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
@@ -42,8 +42,8 @@
RCSID("$Id$");
#endif
#include "hash.h"
#include "sha.h"
#include "hash.h"
#define A m->counter[0]
#define B m->counter[1]