summaryrefslogtreecommitdiffstats
path: root/Rename-prng_os.c-to-prng_device.c.patch
diff options
context:
space:
mode:
Diffstat (limited to 'Rename-prng_os.c-to-prng_device.c.patch')
-rw-r--r--Rename-prng_os.c-to-prng_device.c.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/Rename-prng_os.c-to-prng_device.c.patch b/Rename-prng_os.c-to-prng_device.c.patch
deleted file mode 100644
index 327ee07..0000000
--- a/Rename-prng_os.c-to-prng_device.c.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 8ca87ac2ab358d9fa6756636a6c5280858a72e3b Mon Sep 17 00:00:00 2001
-From: Robbie Harwood <rharwood@redhat.com>
-Date: Wed, 14 Sep 2016 12:53:10 -0400
-Subject: [PATCH] Rename prng_os.c to prng_device.c
-
-ticket: 8499
-(cherry picked from commit 5e54525fbe40d56f44368e216c92938403cad96d)
----
- src/lib/crypto/krb/{prng_os.c => prng_device.c} | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
- rename src/lib/crypto/krb/{prng_os.c => prng_device.c} (97%)
-
-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.
---
-2.9.3
-