summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/mpaux.c
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2000-04-14 10:30:35 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2000-04-14 10:30:35 +0000
commit1474d2d4568d5bcd006e338c6073e91d5c571412 (patch)
treea8da7eaca38cf33d5431625f1c779c6b71ea6a2e /usr.bin/ssh/mpaux.c
parentd03442ba263d0a1dcc4c61728720cfbfe1d3c0dd (diff)
whitespace cleanup
Diffstat (limited to 'usr.bin/ssh/mpaux.c')
-rw-r--r--usr.bin/ssh/mpaux.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/usr.bin/ssh/mpaux.c b/usr.bin/ssh/mpaux.c
index f4f6033b8a4..3442070e41b 100644
--- a/usr.bin/ssh/mpaux.c
+++ b/usr.bin/ssh/mpaux.c
@@ -1,21 +1,21 @@
/*
- *
+ *
* mpaux.c
- *
+ *
* Author: Tatu Ylonen <ylo@cs.hut.fi>
- *
+ *
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
* All rights reserved
- *
+ *
* Created: Sun Jul 16 04:29:30 1995 ylo
- *
+ *
* This file contains various auxiliary functions related to multiple
* precision integers.
- *
+ *
*/
#include "includes.h"
-RCSID("$Id: mpaux.c,v 1.11 2000/04/12 09:39:10 markus Exp $");
+RCSID("$Id: mpaux.c,v 1.12 2000/04/14 10:30:32 markus Exp $");
#include <openssl/bn.h>
#include "getput.h"