summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1997-07-12 20:30:57 +0000
committermillert <millert@openbsd.org>1997-07-12 20:30:57 +0000
commit0a07c3b24ff208fe80f663c09f0a814981b3edcc (patch)
tree1743bbed2dba4ada16fafc1164c88f493a0b359a
parentAdd SHA1End, SHA1File, SHA1Data helper functions like in md5(3). (diff)
downloadwireguard-openbsd-0a07c3b24ff208fe80f663c09f0a814981b3edcc.tar.xz
wireguard-openbsd-0a07c3b24ff208fe80f663c09f0a814981b3edcc.zip
#include <md5.h> not "md5.h"
-rw-r--r--lib/libc/md/mdXhl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/md/mdXhl.c b/lib/libc/md/mdXhl.c
index 6f5498021fe..20e477e4217 100644
--- a/lib/libc/md/mdXhl.c
+++ b/lib/libc/md/mdXhl.c
@@ -8,7 +8,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: mdXhl.c,v 1.6 1997/03/18 06:36:51 flipk Exp $";
+static char rcsid[] = "$OpenBSD: mdXhl.c,v 1.7 1997/07/12 20:30:57 millert Exp $";
#endif /* LIBC_SCCS and not lint */
#include <stdlib.h>
@@ -18,7 +18,7 @@ static char rcsid[] = "$OpenBSD: mdXhl.c,v 1.6 1997/03/18 06:36:51 flipk Exp $";
#include <sys/types.h>
#include <sys/uio.h>
#include <unistd.h>
-#include "mdX.h"
+#include <mdX.h>
/* ARGSUSED */
char *