Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Appease yet more gcc 4.2
Baptiste Daroussin committed 11 years ago
commit f37b637b01a875db6f7eb18776cfe757980b7029
parent 6287bd9
1 file changed +2 -2
modified libpkg/pkg_repo.c
@@ -58,9 +58,9 @@

struct sig_cert {
	char name[MAXPATHLEN];
-
	unsigned char *sig;
+
	char *sig;
	int64_t siglen;
-
	unsigned char *cert;
+
	char *cert;
	int64_t certlen;
	bool cert_allocated;
	UT_hash_handle hh;