Add feature of autosigning widgets
[src/app-framework-main.git] / src / wgtpkg-digsig.h
index 8c105d6..a1cc32d 100644 (file)
@@ -26,6 +26,6 @@ extern int create_digsig(unsigned int index, const char *key, const char **certs
 /* check the signatures of the current directory */
 extern int check_all_signatures(int allow_none);
 
-#if !defined(DEFAULT_ALLOW_NO_SIGNATURE)
-#define DEFAULT_ALLOW_NO_SIGNATURE 0
-#endif
+/* create a digital signature(s) from environment data */
+extern int create_auto_digsig();
+