Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Make sure the default configuration is without any signature
Baptiste Daroussin committed 12 years ago
commit 97e38cd1c91dcee370a2aee8613975463f975a38
parent 9b9764ca7c75d2ede2770ab8d0e7eb6a9bebc740
1 file changed +2 -2
modified libpkg/pkg.h.in
@@ -279,9 +279,9 @@ typedef enum {
} mirror_t;

typedef enum {
+
	SIG_NONE = 0,
	SIG_PUBKEY,
-
	SIG_FINGERPRINT,
-
	SIG_NONE
+
	SIG_FINGERPRINT
} signature_t;

/**