Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libcrypt/blowfish.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- src/lib/libcrypt/blowfish.c 2003/04/17 00:31:04 1.2 +++ src/lib/libcrypt/blowfish.c 2003/08/06 08:34:32 1.3 @@ -1,4 +1,4 @@ -/* $NetBSD: blowfish.c,v 1.2 2003/04/17 00:31:04 thorpej Exp $ */ +/* $NetBSD: blowfish.c,v 1.3 2003/08/06 08:34:32 jdolecek Exp $ */ /* $OpenBSD: blowfish.c,v 1.16 2002/02/19 19:39:36 millert Exp $ */ /* * Blowfish block cipher for OpenBSD @@ -46,6 +46,8 @@ * directly by bcrypt.c, not built separately. */ +__RCSID("$NetBSD: blowfish.c,v 1.3 2003/08/06 08:34:32 jdolecek Exp $"); + #include /* Schneier specifies a maximum key length of 56 bytes.