Move rmd160.h to crypto/ to keep in sync with recent changes.

Noted by xtraeme@.
This commit is contained in:
elad 2005-09-24 21:58:36 +00:00
parent 20ac358c50
commit 345a69e003
2 changed files with 5 additions and 5 deletions

View File

@ -0,0 +1,5 @@
/* $NetBSD: rmd160.h,v 1.1 2005/09/24 21:58:36 elad Exp $ */
/* We unconditionally use the NetBSD RMD160 in libnbcompat. */
#include "nbtool_config.h"
#include "../../sys/crypto/ripemd160/rmd160.h"

View File

@ -1,5 +0,0 @@
/* $NetBSD: rmd160.h,v 1.2 2003/10/27 00:12:43 lukem Exp $ */
/* We unconditionally use the NetBSD RMD160 in libnbcompat. */
#include "nbtool_config.h"
#include "../../include/rmd160.h"