pub/dh-kcdsa.c: Free the correct factor.
[catacomb] / symm / stub.h.in
index 7253194..c29de5b 100644 (file)
@@ -7,9 +7,11 @@
  * Stub header for @{descr}
  */
 
-#ifndef CATACOMB_@{name:u}_H
-#define CATACOMB_@{name:u}_H
+#ifndef CATACOMB_@{name:u:c}_H
+#define CATACOMB_@{name:u:c}_H
 
-#include "@base.h"
+#ifndef CATACOMB_@{base:u}_H
+#  include "@base.h"
+#endif
 
 #endif