krb5 commit: Rename prng_os.c to prng_device.c

Greg Hudson ghudson at mit.edu
Thu Sep 22 15:25:59 EDT 2016


https://github.com/krb5/krb5/commit/5e54525fbe40d56f44368e216c92938403cad96d
commit 5e54525fbe40d56f44368e216c92938403cad96d
Author: Robbie Harwood <rharwood at redhat.com>
Date:   Wed Sep 14 12:53:10 2016 -0400

    Rename prng_os.c to prng_device.c
    
    ticket: 8499

 src/lib/crypto/krb/prng_device.c |   99 ++++++++++++++++++++++++++++++++++++++
 src/lib/crypto/krb/prng_os.c     |   99 --------------------------------------
 2 files changed, 99 insertions(+), 99 deletions(-)

diff --git a/src/lib/crypto/krb/prng_os.c b/src/lib/crypto/krb/prng_device.c
similarity index 97%
rename from src/lib/crypto/krb/prng_os.c
rename to 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.


More information about the cvs-krb5 mailing list