Change header file guard names.
[u/mdw/catacomb] / paranoia.h
index b2d19d8..58873bc 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: paranoia.h,v 1.1 1999/09/03 08:41:12 mdw Exp $
+ * $Id: paranoia.h,v 1.2 1999/12/10 23:29:48 mdw Exp $
  *
  * Macros and functions for cryptographic paranoia
  *
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: paranoia.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:12  mdw
  * Initial import.
  *
  */
 
-#ifndef PARANOIA_H
-#define PARANOIA_H
+#ifndef CATACOMB_PARANOIA_H
+#define CATACOMB_PARANOIA_H
 
 #ifdef __cplusplus
   extern "C" {