X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/bba24c1d073873d99fd56ef038e9306bdfafe8cc..b3f050848e5d285c2a1d7f8a4bea98984c201805:/blowfish.h diff --git a/blowfish.h b/blowfish.h index 9f4fb56..f2f8b64 100644 --- a/blowfish.h +++ b/blowfish.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: blowfish.h,v 1.1 1999/09/03 08:41:11 mdw Exp $ + * $Id: blowfish.h,v 1.2 1999/12/10 23:29:48 mdw Exp $ * * The Blowfish block cipher * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: blowfish.h,v $ + * Revision 1.2 1999/12/10 23:29:48 mdw + * Change header file guard names. + * * Revision 1.1 1999/09/03 08:41:11 mdw * Initial import. * @@ -44,8 +47,8 @@ * has a particularly heavyweight key schedule. */ -#ifndef BLOWFISH_H -#define BLOWFISH_H +#ifndef CATACOMB_BLOWFISH_H +#define CATACOMB_BLOWFISH_H #ifdef __cplusplus extern "C" {