aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobbie Harwood <rharwood@redhat.com>2016-09-14 12:53:10 -0400
committerGreg Hudson <ghudson@mit.edu>2016-09-22 13:39:20 -0400
commit5e54525fbe40d56f44368e216c92938403cad96d (patch)
treeeea86ebc59876ccda6a24bf6eb813ffbcfcf414f
parent0bbbc2bd3a42cfbd9e6eb34c273da8aaa077c29f (diff)
downloadkrb5-5e54525fbe40d56f44368e216c92938403cad96d.zip
krb5-5e54525fbe40d56f44368e216c92938403cad96d.tar.gz
krb5-5e54525fbe40d56f44368e216c92938403cad96d.tar.bz2
Rename prng_os.c to prng_device.c
ticket: 8499
-rw-r--r--src/lib/crypto/krb/prng_device.c (renamed from src/lib/crypto/krb/prng_os.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/crypto/krb/prng_os.c b/src/lib/crypto/krb/prng_device.c
index ecfe351..bef5b37 100644
--- a/src/lib/crypto/krb/prng_os.c
+++ b/src/lib/crypto/krb/prng_device.c
@@ -1,5 +1,5 @@
/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
-/* lib/crypto/krb/prng_os.c - OS-native PRNG implementation */
+/* lib/crypto/krb/prng_device.c - OS device-based PRNG implementation */
/*
* Copyright (C) 2011 by the Massachusetts Institute of Technology.
* All rights reserved.