summaryrefslogtreecommitdiff
path: root/mpaux.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-13 10:51:58 +1100
committerDamien Miller <djm@mindrot.org>1999-11-13 10:51:58 +1100
commit4956d2cf64748f281fb5211e6cd1a881f05c5270 (patch)
tree17b750c50dbba6b221909300d77e1104d3e0dbc7 /mpaux.c
parent6854f820d62321f1a63f152e2d59e98bd8c01b69 (diff)
Remove redundant inclusion of config.h
Diffstat (limited to 'mpaux.c')
-rw-r--r--mpaux.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mpaux.c b/mpaux.c
index 0622f5b47..311b1ed9d 100644
--- a/mpaux.c
+++ b/mpaux.c
@@ -14,9 +14,8 @@ precision integers.
14 14
15*/ 15*/
16 16
17#include "config.h"
18#include "includes.h" 17#include "includes.h"
19RCSID("$Id: mpaux.c,v 1.4 1999/11/12 04:19:27 damien Exp $"); 18RCSID("$Id: mpaux.c,v 1.5 1999/11/12 23:51:58 damien Exp $");
20 19
21#ifdef HAVE_OPENSSL 20#ifdef HAVE_OPENSSL
22#include <openssl/bn.h> 21#include <openssl/bn.h>