factorial: Fix usage message to fit in with conventions.
[u/mdw/catacomb] / paranoia.h
index b2d19d8..5a65ed5 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.3 2004/04/08 01:36:15 mdw Exp $
  *
  * Macros and functions for cryptographic paranoia
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: paranoia.h,v $
- * 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" {