Change header file guard names.
[u/mdw/catacomb] / dh.h
diff --git a/dh.h b/dh.h
index 330c258..bf8d79a 100644 (file)
--- 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
 /*----- 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