summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/prng.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/crypto/prng.c')
-rw-r--r--src/lib/crypto/prng.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/crypto/prng.c b/src/lib/crypto/prng.c
index 57b2d36baa..d86d815128 100644
--- a/src/lib/crypto/prng.c
+++ b/src/lib/crypto/prng.c
@@ -38,7 +38,7 @@
/* this can be replaced with another encryption provider, since
everything below uses it abstractly */
-struct krb5_enc_provider *enc = &krb5_enc_des;
+static const struct krb5_enc_provider *const enc = &krb5_enc_des;
/* XXX state. Should it be in krb5_context? */