Update Debian Vcs-* fields to point to git repository
[onak.git] / sigcheck.h
1 #ifndef __SIGCHECK_H__
2 #define __SIGCHECK_H__
3 #include "keystructs.h"
4
5 int check_packet_sighash(struct openpgp_publickey *key,
6                         struct openpgp_packet *packet,
7                         struct openpgp_packet *sig);
8
9 #endif /* __SIGCHECK_H__ */