summaryrefslogtreecommitdiff
path: root/plugins/MirOTR/Libgcrypt/random
diff options
context:
space:
mode:
authorKirill Volinsky <Mataes2007@gmail.com>2017-12-06 13:00:20 +0300
committerKirill Volinsky <Mataes2007@gmail.com>2017-12-06 13:09:18 +0300
commit62202ed10617927d5429bc59898e12a366abe744 (patch)
tree4960bf1241b59cf009118da6cdab87294b1a95e1 /plugins/MirOTR/Libgcrypt/random
parentb30e7ca1c642a3f88659a4346832e653407e1c0f (diff)
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'plugins/MirOTR/Libgcrypt/random')
-rw-r--r--plugins/MirOTR/Libgcrypt/random/rand-internal.h2
-rw-r--r--plugins/MirOTR/Libgcrypt/random/random-csprng.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/random/random-daemon.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/random/random-fips.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/random/random-system.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/random/random.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/random/random.h2
-rw-r--r--plugins/MirOTR/Libgcrypt/random/rndegd.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/random/rndhw.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/random/rndlinux.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/random/rndunix.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/random/rndw32.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/random/rndw32ce.c2
13 files changed, 13 insertions, 13 deletions
diff --git a/plugins/MirOTR/Libgcrypt/random/rand-internal.h b/plugins/MirOTR/Libgcrypt/random/rand-internal.h
index 79b23acefe..68b94f9251 100644
--- a/plugins/MirOTR/Libgcrypt/random/rand-internal.h
+++ b/plugins/MirOTR/Libgcrypt/random/rand-internal.h
@@ -1,4 +1,4 @@
-/* rand-internal.h - header to glue the random functions
+/* rand-internal.h - header to glue the random functions
* Copyright (C) 1998, 2002 Free Software Foundation, Inc.
*
* This file is part of Libgcrypt.
diff --git a/plugins/MirOTR/Libgcrypt/random/random-csprng.c b/plugins/MirOTR/Libgcrypt/random/random-csprng.c
index 87235d82d4..38e2ca6cc8 100644
--- a/plugins/MirOTR/Libgcrypt/random/random-csprng.c
+++ b/plugins/MirOTR/Libgcrypt/random/random-csprng.c
@@ -1,4 +1,4 @@
-/* random-csprng.c - CSPRNG style random number generator (libgcrypt classic)
+/* random-csprng.c - CSPRNG style random number generator (libgcrypt classic)
* Copyright (C) 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
* 2007, 2008, 2010, 2012 Free Software Foundation, Inc.
*
diff --git a/plugins/MirOTR/Libgcrypt/random/random-daemon.c b/plugins/MirOTR/Libgcrypt/random/random-daemon.c
index 98a015363a..45d4417bd2 100644
--- a/plugins/MirOTR/Libgcrypt/random/random-daemon.c
+++ b/plugins/MirOTR/Libgcrypt/random/random-daemon.c
@@ -1,4 +1,4 @@
-/* random-daemon.c - Access to the external random daemon
+/* random-daemon.c - Access to the external random daemon
* Copyright (C) 2006 Free Software Foundation, Inc.
*
* This file is part of Libgcrypt.
diff --git a/plugins/MirOTR/Libgcrypt/random/random-fips.c b/plugins/MirOTR/Libgcrypt/random/random-fips.c
index d00825e2a1..d94cfed0ff 100644
--- a/plugins/MirOTR/Libgcrypt/random/random-fips.c
+++ b/plugins/MirOTR/Libgcrypt/random/random-fips.c
@@ -1,4 +1,4 @@
-/* random-fips.c - FIPS style random number generator
+/* random-fips.c - FIPS style random number generator
* Copyright (C) 2008 Free Software Foundation, Inc.
*
* This file is part of Libgcrypt.
diff --git a/plugins/MirOTR/Libgcrypt/random/random-system.c b/plugins/MirOTR/Libgcrypt/random/random-system.c
index 3962ab8816..7db93306a8 100644
--- a/plugins/MirOTR/Libgcrypt/random/random-system.c
+++ b/plugins/MirOTR/Libgcrypt/random/random-system.c
@@ -1,4 +1,4 @@
-/* random-system.c - wrapper around the system's RNG
+/* random-system.c - wrapper around the system's RNG
* Copyright (C) 2012 Free Software Foundation, Inc.
*
* This file is part of Libgcrypt.
diff --git a/plugins/MirOTR/Libgcrypt/random/random.c b/plugins/MirOTR/Libgcrypt/random/random.c
index ff9d6d25ce..8ae4f6c9b8 100644
--- a/plugins/MirOTR/Libgcrypt/random/random.c
+++ b/plugins/MirOTR/Libgcrypt/random/random.c
@@ -1,4 +1,4 @@
-/* random.c - Random number switch
+/* random.c - Random number switch
* Copyright (C) 2003, 2006, 2008, 2012 Free Software Foundation, Inc.
*
* This file is part of Libgcrypt.
diff --git a/plugins/MirOTR/Libgcrypt/random/random.h b/plugins/MirOTR/Libgcrypt/random/random.h
index 2bc8cabccc..3b553b38da 100644
--- a/plugins/MirOTR/Libgcrypt/random/random.h
+++ b/plugins/MirOTR/Libgcrypt/random/random.h
@@ -1,4 +1,4 @@
-/* random.h - random functions
+/* random.h - random functions
* Copyright (C) 1998, 2002, 2006 Free Software Foundation, Inc.
*
* This file is part of Libgcrypt.
diff --git a/plugins/MirOTR/Libgcrypt/random/rndegd.c b/plugins/MirOTR/Libgcrypt/random/rndegd.c
index d43fcbc14f..7c52e62e5a 100644
--- a/plugins/MirOTR/Libgcrypt/random/rndegd.c
+++ b/plugins/MirOTR/Libgcrypt/random/rndegd.c
@@ -1,4 +1,4 @@
-/* rndegd.c - interface to the EGD
+/* rndegd.c - interface to the EGD
* Copyright (C) 1999, 2000, 2002, 2003 Free Software Foundation, Inc.
*
* This file is part of Libgcrypt.
diff --git a/plugins/MirOTR/Libgcrypt/random/rndhw.c b/plugins/MirOTR/Libgcrypt/random/rndhw.c
index e625512d4d..8867572129 100644
--- a/plugins/MirOTR/Libgcrypt/random/rndhw.c
+++ b/plugins/MirOTR/Libgcrypt/random/rndhw.c
@@ -1,4 +1,4 @@
-/* rndhw.c - Access to the external random daemon
+/* rndhw.c - Access to the external random daemon
* Copyright (C) 2007 Free Software Foundation, Inc.
* Copyright (C) 2012 Dmitry Kasatkin
*
diff --git a/plugins/MirOTR/Libgcrypt/random/rndlinux.c b/plugins/MirOTR/Libgcrypt/random/rndlinux.c
index 9eeec57465..63b5b489ef 100644
--- a/plugins/MirOTR/Libgcrypt/random/rndlinux.c
+++ b/plugins/MirOTR/Libgcrypt/random/rndlinux.c
@@ -1,4 +1,4 @@
-/* rndlinux.c - raw random number for OSes with /dev/random
+/* rndlinux.c - raw random number for OSes with /dev/random
* Copyright (C) 1998, 2001, 2002, 2003, 2007,
* 2009 Free Software Foundation, Inc.
*
diff --git a/plugins/MirOTR/Libgcrypt/random/rndunix.c b/plugins/MirOTR/Libgcrypt/random/rndunix.c
index 1b810d72ae..de67f69746 100644
--- a/plugins/MirOTR/Libgcrypt/random/rndunix.c
+++ b/plugins/MirOTR/Libgcrypt/random/rndunix.c
@@ -1,4 +1,4 @@
-/****************************************************************************
+/****************************************************************************
* *
* *
* Unix Randomness-Gathering Code *
diff --git a/plugins/MirOTR/Libgcrypt/random/rndw32.c b/plugins/MirOTR/Libgcrypt/random/rndw32.c
index 2ca69f16b3..052078dfb7 100644
--- a/plugins/MirOTR/Libgcrypt/random/rndw32.c
+++ b/plugins/MirOTR/Libgcrypt/random/rndw32.c
@@ -1,4 +1,4 @@
-/* rndw32.c - W32 entropy gatherer
+/* rndw32.c - W32 entropy gatherer
* Copyright (C) 1999, 2000, 2002, 2003, 2007,
* 2010 Free Software Foundation, Inc.
* Copyright Peter Gutmann, Matt Thomlinson and Blake Coverett 1996-2006
diff --git a/plugins/MirOTR/Libgcrypt/random/rndw32ce.c b/plugins/MirOTR/Libgcrypt/random/rndw32ce.c
index b485eef2f5..25080c92a4 100644
--- a/plugins/MirOTR/Libgcrypt/random/rndw32ce.c
+++ b/plugins/MirOTR/Libgcrypt/random/rndw32ce.c
@@ -1,4 +1,4 @@
-/* rndw32ce.c - W32CE entropy gatherer
+/* rndw32ce.c - W32CE entropy gatherer
* Copyright (C) 2010 Free Software Foundation, Inc.
*
* Libgcrypt is free software; you can redistribute it and/or modify