From 72c5898882b4bd52228e029b192e7097f6a00302 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 13 Apr 1997 22:15:00 +0000 Subject: [PATCH] updated git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1575 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/des/md4.c | 4 ++-- lib/des/md4.h | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/lib/des/md4.c b/lib/des/md4.c index af35d7f97..220e21819 100644 --- a/lib/des/md4.c +++ b/lib/des/md4.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/des/md4.h b/lib/des/md4.h index abea17de7..4a40a7997 100644 --- a/lib/des/md4.h +++ b/lib/des/md4.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -42,6 +42,9 @@ #ifdef HAVE_SYS_TYPES_H #include #endif +#ifdef HAVE_SYS_BITYPES_H +#include +#endif #include struct md4 {