blob: a705dd503e0c772ea89a4fa7c930e6c60f36b1f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
Index: ekeyd-1.1.3/daemon/ekeyd.c
===================================================================
--- ekeyd-1.1.3.orig/daemon/ekeyd.c
+++ ekeyd-1.1.3/daemon/ekeyd.c
@@ -203,7 +203,7 @@ open_foldback_output(void)
return (output_stream != NULL);
}
-static const char *usage=
+static const char usage[]=
"Usage: %s [-f <configfile>] [-p <pidfile>] [-v] [-h]\n"
"Entropy Key Daemon\n\n"
"\t-f Read configuration from configfile\n"
Index: ekeyd-1.1.3/daemon/ekey-setkey.c
===================================================================
--- ekeyd-1.1.3.orig/daemon/ekey-setkey.c
+++ ekeyd-1.1.3/daemon/ekey-setkey.c
@@ -79,7 +79,7 @@ calc_mac(uint8_t *snum, uint8_t *mkey, u
return mac;
}
-static const char *usage =
+static const char usage[] =
"Usage: %s [-d] [-h] [-n] [-f <keyring>] [-m <master>]\n"
" [-s <serial>] <path>\n"
"Entropy key device long term session key tool\n\n"
|