Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Make sure the default configuration is without any signature
Baptiste Daroussin committed 12 years ago
commit 97e38cd1c91dcee370a2aee8613975463f975a38
parent 9b9764c
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;

/**