diff options
author | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 13:00:20 +0300 |
---|---|---|
committer | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 13:09:18 +0300 |
commit | 62202ed10617927d5429bc59898e12a366abe744 (patch) | |
tree | 4960bf1241b59cf009118da6cdab87294b1a95e1 /plugins/MirOTR/Libgcrypt/mpi/generic | |
parent | b30e7ca1c642a3f88659a4346832e653407e1c0f (diff) |
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'plugins/MirOTR/Libgcrypt/mpi/generic')
9 files changed, 9 insertions, 9 deletions
diff --git a/plugins/MirOTR/Libgcrypt/mpi/generic/mpi-asm-defs.h b/plugins/MirOTR/Libgcrypt/mpi/generic/mpi-asm-defs.h index e607806e10..1cf642dabf 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/generic/mpi-asm-defs.h +++ b/plugins/MirOTR/Libgcrypt/mpi/generic/mpi-asm-defs.h @@ -1,4 +1,4 @@ -/* This file defines some basic constants for the MPI machinery. +/* This file defines some basic constants for the MPI machinery. * AMD64 compiled for the x32 ABI is special and thus we can't use the * standard values for this ABI. */ #if __GNUC__ >= 3 && defined(__x86_64__) && defined(__ILP32__) diff --git a/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-add1.c b/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-add1.c index 4a84df64d8..631a4a0761 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-add1.c +++ b/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-add1.c @@ -1,4 +1,4 @@ -/* mpihelp-add_1.c - MPI helper functions +/* mpihelp-add_1.c - MPI helper functions * Copyright (C) 1994, 1996, 1997, 1998, * 2000, 2002 Free Software Foundation, Inc. * diff --git a/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-lshift.c b/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-lshift.c index f48c12cd02..96993ffdf9 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-lshift.c +++ b/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-lshift.c @@ -1,4 +1,4 @@ -/* mpi-lshift.c - MPI helper functions +/* mpi-lshift.c - MPI helper functions * Copyright (C) 1994, 1996, 1998, 2001, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-mul1.c b/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-mul1.c index 0e8197d88a..9719c3ea48 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-mul1.c +++ b/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-mul1.c @@ -1,4 +1,4 @@ -/* mpihelp-mul_1.c - MPI helper functions +/* mpihelp-mul_1.c - MPI helper functions * Copyright (C) 1994, 1996, 1997, 1998, 2001, * 2002 Free Software Foundation, Inc. * diff --git a/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-mul2.c b/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-mul2.c index 3b7549605d..c85eebf99e 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-mul2.c +++ b/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-mul2.c @@ -1,4 +1,4 @@ -/* mpih-mul2.c - MPI helper functions +/* mpih-mul2.c - MPI helper functions * Copyright (C) 1994, 1996, 1997, 1998, 2001, * 2002 Free Software Foundation, Inc. * diff --git a/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-mul3.c b/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-mul3.c index 5e84f94f31..797d16b532 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-mul3.c +++ b/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-mul3.c @@ -1,4 +1,4 @@ -/* mpih-mul3.c - MPI helper functions +/* mpih-mul3.c - MPI helper functions * Copyright (C) 1994, 1996, 1997, 1998, 2001, * 2002 Free Software Foundation, Inc. * diff --git a/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-rshift.c b/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-rshift.c index e40794fcf2..e16000b5ed 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-rshift.c +++ b/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-rshift.c @@ -1,4 +1,4 @@ -/* mpih-rshift.c - MPI helper functions +/* mpih-rshift.c - MPI helper functions * Copyright (C) 1994, 1996, 1998, 1999, * 2000, 2001, 2002 Free Software Foundation, Inc. * diff --git a/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-sub1.c b/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-sub1.c index e88821bfb4..25117a238f 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-sub1.c +++ b/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-sub1.c @@ -1,4 +1,4 @@ -/* mpihelp-add_2.c - MPI helper functions +/* mpihelp-add_2.c - MPI helper functions * Copyright (C) 1994, 1996, 1997, 1998, 2001, * 2002 Free Software Foundation, Inc. * diff --git a/plugins/MirOTR/Libgcrypt/mpi/generic/udiv-w-sdiv.c b/plugins/MirOTR/Libgcrypt/mpi/generic/udiv-w-sdiv.c index e80d98bc54..336a86fa5a 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/generic/udiv-w-sdiv.c +++ b/plugins/MirOTR/Libgcrypt/mpi/generic/udiv-w-sdiv.c @@ -1,4 +1,4 @@ -/* mpih-w-sdiv -- implement udiv_qrnnd on machines with only signed +/* mpih-w-sdiv -- implement udiv_qrnnd on machines with only signed * division. * Copyright (C) 1992, 1994, 1996, 1998, 2002 Free Software Foundation, Inc. * Contributed by Peter L. Montgomery. |