Use crypto/rmd160.h.

This commit is contained in:
elad 2005-09-25 14:34:54 +00:00
parent 1831cf63ac
commit 851adad0b8
3 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: skeysubr.c,v 1.23 2005/02/04 16:14:21 perry Exp $ */ /* $NetBSD: skeysubr.c,v 1.24 2005/09/25 14:34:54 elad Exp $ */
/* S/KEY v1.1b (skeysubr.c) /* S/KEY v1.1b (skeysubr.c)
* *
@ -15,7 +15,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__RCSID("$NetBSD: skeysubr.c,v 1.23 2005/02/04 16:14:21 perry Exp $"); __RCSID("$NetBSD: skeysubr.c,v 1.24 2005/09/25 14:34:54 elad Exp $");
#include <ctype.h> #include <ctype.h>
#include <stdio.h> #include <stdio.h>
@ -26,7 +26,7 @@ __RCSID("$NetBSD: skeysubr.c,v 1.23 2005/02/04 16:14:21 perry Exp $");
#include <md4.h> #include <md4.h>
#include <md5.h> #include <md5.h>
#include <rmd160.h> #include <crypto/rmd160.h>
#include <sha1.h> #include <sha1.h>
#include "skey.h" #include "skey.h"

View File

@ -299,7 +299,7 @@
#endif #endif
#include <regexp.h> #include <regexp.h>
#include <resolv.h> #include <resolv.h>
#include <rmd160.h> #include <crypto/rmd160.h>
/* without this rmt.h re-defines ioctl which is also defined in soundcard.h */ /* without this rmt.h re-defines ioctl which is also defined in soundcard.h */
#define __RMTLIB_PRIVATE #define __RMTLIB_PRIVATE
#include <rmt.h> #include <rmt.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: xinstall.c,v 1.91 2005/06/11 22:59:05 christos Exp $ */ /* $NetBSD: xinstall.c,v 1.92 2005/09/25 14:35:54 elad Exp $ */
/* /*
* Copyright (c) 1987, 1993 * Copyright (c) 1987, 1993
@ -46,7 +46,7 @@ __COPYRIGHT("@(#) Copyright (c) 1987, 1993\n\
#if 0 #if 0
static char sccsid[] = "@(#)xinstall.c 8.1 (Berkeley) 7/21/93"; static char sccsid[] = "@(#)xinstall.c 8.1 (Berkeley) 7/21/93";
#else #else
__RCSID("$NetBSD: xinstall.c,v 1.91 2005/06/11 22:59:05 christos Exp $"); __RCSID("$NetBSD: xinstall.c,v 1.92 2005/09/25 14:35:54 elad Exp $");
#endif #endif
#endif /* not lint */ #endif /* not lint */
@ -71,7 +71,7 @@ __RCSID("$NetBSD: xinstall.c,v 1.91 2005/06/11 22:59:05 christos Exp $");
#include <vis.h> #include <vis.h>
#include <md5.h> #include <md5.h>
#include <rmd160.h> #include <crypto/rmd160.h>
#include <sha1.h> #include <sha1.h>
#include "pathnames.h" #include "pathnames.h"