summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_aes.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-12-16 22:33:27 +0000
committerphk <phk@FreeBSD.org>2002-12-16 22:33:27 +0000
commitcd9caf5281a974ce67d8a16653a7751319c598f0 (patch)
tree4277245a1c753465572318c1f0e7bbd1ec48350c /sys/geom/geom_aes.c
parentd975ae88c1d27ae949bace4ebe9916bc7be8afbf (diff)
downloadFreeBSD-src-cd9caf5281a974ce67d8a16653a7751319c598f0.zip
FreeBSD-src-cd9caf5281a974ce67d8a16653a7751319c598f0.tar.gz
Constification and some s/int/u_int/ changes.
Diffstat (limited to 'sys/geom/geom_aes.c')
-rw-r--r--sys/geom/geom_aes.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/geom/geom_aes.c b/sys/geom/geom_aes.c
index fae7f34..72f0d3d 100644
--- a/sys/geom/geom_aes.c
+++ b/sys/geom/geom_aes.c
@@ -70,9 +70,9 @@
#define MASTER_KEY_LENGTH (1024/8)
-static u_char *aes_magic = "<<FreeBSD-GEOM-AES>>";
-static u_char *aes_magic_random = "<<FreeBSD-GEOM-AES-RANDOM>>";
-static u_char *aes_magic_test = "<<FreeBSD-GEOM-AES-TEST>>";
+static const u_char *aes_magic = "<<FreeBSD-GEOM-AES>>";
+static const u_char *aes_magic_random = "<<FreeBSD-GEOM-AES-RANDOM>>";
+static const u_char *aes_magic_test = "<<FreeBSD-GEOM-AES-TEST>>";
struct g_aes_softc {
OpenPOWER on IntegriCloud