X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/tripe/blobdiff_plain/786989941b7b4504f0234c4a318f929802e981ad..53a941d3f97a50964587c6e9533b1e43e74a57a8:/server/keymgmt.c diff --git a/server/keymgmt.c b/server/keymgmt.c index edd31b2a..601f42ed 100644 --- a/server/keymgmt.c +++ b/server/keymgmt.c @@ -1,13 +1,11 @@ /* -*-c-*- - * - * $Id$ * * Key loading and storing * * (c) 2001 Straylight/Edgeware */ -/*----- Licensing notice --------------------------------------------------* +/*----- Licensing notice --------------------------------------------------* * * This file is part of Trivial IP Encryption (TrIPE). * @@ -15,12 +13,12 @@ * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. - * + * * TrIPE is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with TrIPE; if not, write to the Free Software Foundation, * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. @@ -293,13 +291,13 @@ static int algs_samep(const algswitch *a, const algswitch *aa) /* --- @keymoan@ --- * * * Arguments: @const char *file@ = name of the file - * @int line@ = line number in file - * @const char *msg@ = error message - * @void *p@ = argument pointer + * @int line@ = line number in file + * @const char *msg@ = error message + * @void *p@ = argument pointer * - * Returns: --- + * Returns: --- * - * Use: Reports an error message about loading a key file. + * Use: Reports an error message about loading a key file. */ static void keymoan(const char *file, int line, const char *msg, void *p) @@ -384,7 +382,7 @@ tymatch:; /* --- Good, we're happy --- * * - * Dodginess! We change the group over here, but don't free any old group + * Dodginess! We change the group over here, but don't free any old group * elements. This assumes that the new group is basically the same as the * old one, and will happily adopt the existing elements. If it isn't, * then we lose badly. Check this, then. @@ -598,7 +596,7 @@ tymatch:; /* --- Ensure that the group is correct --- * * - * Dodginess! We assume that if this works, our global group is willing to + * Dodginess! We assume that if this works, our global group is willing to * adopt this public element. Probably reasonable. */