Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/crypto/blowfish repoint include file for kernel use.



details:   https://anonhg.NetBSD.org/src/rev/fabfd37da65c
branches:  trunk
changeset: 536113:fabfd37da65c
user:      elric <elric%NetBSD.org@localhost>
date:      Sat Sep 07 22:58:04 2002 +0000

description:
repoint include file for kernel use.

diffstat:

 sys/crypto/blowfish/bf_cbc.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 3d534078629e -r fabfd37da65c sys/crypto/blowfish/bf_cbc.c
--- a/sys/crypto/blowfish/bf_cbc.c      Sat Sep 07 20:43:32 2002 +0000
+++ b/sys/crypto/blowfish/bf_cbc.c      Sat Sep 07 22:58:04 2002 +0000
@@ -57,9 +57,9 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bf_cbc.c,v 1.5 2001/11/13 01:40:08 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bf_cbc.c,v 1.6 2002/09/07 22:58:04 elric Exp $");
 
-#include <openssl/blowfish.h>
+#include <crypto/blowfish/blowfish.h>
 #include "bf_locl.h"
 
 void BF_cbc_encrypt(const unsigned char *in, unsigned char *out, long length,



Home | Main Index | Thread Index | Old Index