Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Use int64 type for certlen and siglen.
Vsevolod Stakhov committed 12 years ago
commit d852d04242632b0e12efab0f16c651fb1cb8f5b8
parent ee90373
1 file changed +2 -2
modified libpkg/pkg_repo.c
@@ -59,9 +59,9 @@
struct sig_cert {
	char name[MAXPATHLEN];
	unsigned char *sig;
-
	int siglen;
+
	int64_t siglen;
	unsigned char *cert;
-
	int certlen;
+
	int64_t certlen;
	bool cert_allocated;
	UT_hash_handle hh;
	bool trusted;