X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-main.git;a=blobdiff_plain;f=src%2Fwgtpkg-digsig.h;h=a1cc32d8055846aca8015967f3b1afe269994e5b;hp=defcfa1bf7b5d0e17244f40bfe51666908a1fa30;hb=956e7c57d15bde67d7392aab01a9c0fc6906bbd4;hpb=c5d922d7085c980edad3764687e2488a1b0907d0 diff --git a/src/wgtpkg-digsig.h b/src/wgtpkg-digsig.h index defcfa1..a1cc32d 100644 --- a/src/wgtpkg-digsig.h +++ b/src/wgtpkg-digsig.h @@ -26,3 +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); +/* create a digital signature(s) from environment data */ +extern int create_auto_digsig(); +