summaryrefslogtreecommitdiff
path: root/mpaux.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpaux.c')
-rw-r--r--mpaux.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/mpaux.c b/mpaux.c
index 8ce89dcc4..4deefe689 100644
--- a/mpaux.c
+++ b/mpaux.c
@@ -1,21 +1,21 @@
1/* 1/*
2 * 2 *
3 * mpaux.c 3 * mpaux.c
4 * 4 *
5 * Author: Tatu Ylonen <ylo@cs.hut.fi> 5 * Author: Tatu Ylonen <ylo@cs.hut.fi>
6 * 6 *
7 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 7 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
8 * All rights reserved 8 * All rights reserved
9 * 9 *
10 * Created: Sun Jul 16 04:29:30 1995 ylo 10 * Created: Sun Jul 16 04:29:30 1995 ylo
11 * 11 *
12 * This file contains various auxiliary functions related to multiple 12 * This file contains various auxiliary functions related to multiple
13 * precision integers. 13 * precision integers.
14 * 14 *
15*/ 15*/
16 16
17#include "includes.h" 17#include "includes.h"
18RCSID("$Id: mpaux.c,v 1.10 2000/04/13 02:26:36 damien Exp $"); 18RCSID("$Id: mpaux.c,v 1.11 2000/04/16 01:18:43 damien Exp $");
19 19
20#include "getput.h" 20#include "getput.h"
21#include "xmalloc.h" 21#include "xmalloc.h"