Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Use int64 type for certlen and siglen.
Vsevolod Stakhov committed 12 years ago
commit d852d04242632b0e12efab0f16c651fb1cb8f5b8
parent ee9037360bce2d1223b67c13dc63d79427cf331c
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;