X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/bba24c1d073873d99fd56ef038e9306bdfafe8cc..b3f050848e5d285c2a1d7f8a4bea98984c201805:/dh.h diff --git a/dh.h b/dh.h index 330c258..bf8d79a 100644 --- a/dh.h +++ b/dh.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: dh.h,v 1.1 1999/11/20 22:24:44 mdw Exp $ + * $Id: dh.h,v 1.2 1999/12/10 23:29:48 mdw Exp $ * * [Diffie-Hellman key negotiation * * (c) 1999 Straylight/Edgeware @@ -29,13 +29,16 @@ /*----- Revision history --------------------------------------------------* * * $Log: dh.h,v $ + * Revision 1.2 1999/12/10 23:29:48 mdw + * Change header file guard names. + * * Revision 1.1 1999/11/20 22:24:44 mdw * Add Diffie-Hellman support. * */ -#ifndef DH_H -#define DH_H +#ifndef CATACOMB_DH_H +#define CATACOMB_DH_H #ifdef __cplusplus extern "C" { @@ -43,7 +46,7 @@ /*----- Header files ------------------------------------------------------*/ -#ifndef MP_H +#ifndef CATACOMB_MP_H # include "mp.h" #endif