blob: 19733434dca9f8de13041fe10d627fb935952132 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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"
|