summaryrefslogtreecommitdiff
path: root/plugins/MirOTR/Libgcrypt/random
diff options
context:
space:
mode:
authorKirill Volinsky <Mataes2007@gmail.com>2017-12-06 14:15:09 +0300
committerKirill Volinsky <Mataes2007@gmail.com>2017-12-06 14:15:09 +0300
commita27079fe5c4a210664515c47767c00112c435d65 (patch)
tree39e36b58b4138af46e2f10661de352482b89399d /plugins/MirOTR/Libgcrypt/random
parent87c39b86cfeb0dedf94f9bf04af30de2daf368bc (diff)
convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 62202ed10617927d5429bc59898e12a366abe744)
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 68b94f9251..79b23acefe 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 38e2ca6cc8..87235d82d4 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 45d4417bd2..98a015363a 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 d94cfed0ff..d00825e2a1 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 7db93306a8..3962ab8816 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 8ae4f6c9b8..ff9d6d25ce 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 3b553b38da..2bc8cabccc 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 7c52e62e5a..d43fcbc14f 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 8867572129..e625512d4d 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 63b5b489ef..9eeec57465 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 de67f69746..1b810d72ae 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 052078dfb7..2ca69f16b3 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 25080c92a4..b485eef2f5 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