pkgsrc/net/entropy/patches/patch-ab
tv aa2729f2e9 Update to 0.9.0.429.
No official ChangeLog; primary change is switching to RSA for asymmetric
keys (was McEliece).  The 0.8.x network is now dead, forcing this bump.
2005-06-30 16:31:47 +00:00

13 lines
372 B
Text

$NetBSD: patch-ab,v 1.1 2005/06/30 16:31:47 tv Exp $
--- include/settings.h.orig 2005-06-30 12:22:44.000000000 -0400
+++ include/settings.h
@@ -52,7 +52,7 @@
#define MINOR_LEVEL(minor) ((uint32_t)(minor)/0x10000)
#define MINOR_STEP(minor) ((uint32_t)(minor)%0x10000)
-#define PROGNAME "entropy_rsa"
+#define PROGNAME "entropy"
#define NODE_NAME "ENTROPY/RSA"