X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fwgtpkg-digsig.h;h=a1cc32d8055846aca8015967f3b1afe269994e5b;hb=3a2efc3143d89d036794f2d8274794482cb2c961;hp=8c105d69985f65b7d8ed6ab5dd3122a2f9163d87;hpb=a123bb31906ef03ff813559aee426282416d729d;p=src%2Fapp-framework-main.git diff --git a/src/wgtpkg-digsig.h b/src/wgtpkg-digsig.h index 8c105d6..a1cc32d 100644 --- a/src/wgtpkg-digsig.h +++ b/src/wgtpkg-digsig.h @@ -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(); +