From: Robbie Harwood Date: Wed, 14 Sep 2016 16:53:10 +0000 (-0400) Subject: Rename prng_os.c to prng_device.c X-Git-Tag: krb5-1.15-beta1~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e54525fbe40d56f44368e216c92938403cad96d;p=thirdparty%2Fkrb5.git Rename prng_os.c to prng_device.c ticket: 8499 --- 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 ecfe351dec..bef5b37524 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.