Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/sys/crypto/blowfish Pull up revision 1.6 (requested by ...
details: https://anonhg.NetBSD.org/src/rev/222ddf5dca9f
branches: netbsd-1-6
changeset: 530709:222ddf5dca9f
user: tron <tron%NetBSD.org@localhost>
date: Fri Sep 12 19:11:03 2003 +0000
description:
Pull up revision 1.6 (requested by tv in ticket #1455):
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 ef3f60b9b82c -r 222ddf5dca9f sys/crypto/blowfish/bf_cbc.c
--- a/sys/crypto/blowfish/bf_cbc.c Fri Sep 12 19:05:31 2003 +0000
+++ b/sys/crypto/blowfish/bf_cbc.c Fri Sep 12 19:11:03 2003 +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.5.10.1 2003/09/12 19:11:03 tron 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