summaryrefslogtreecommitdiff
path: root/mpaux.c
diff options
context:
space:
mode:
authordamien <damien>1999-11-12 23:51:58 +0000
committerdamien <damien>1999-11-12 23:51:58 +0000
commit5f162a1216c6900cbb4cd6b74a787fe98c7faca6 (patch)
tree17b750c50dbba6b221909300d77e1104d3e0dbc7 /mpaux.c
parent364adff4e09bfd9cfa114244c5f53c0d1ad69e9b (diff)
downloadopenssh-5f162a1216c6900cbb4cd6b74a787fe98c7faca6.tar.gz
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 0622f5b4..311b1ed9 100644
--- a/mpaux.c
+++ b/mpaux.c
@@ -14,9 +14,8 @@ precision integers.
*/
-#include "config.h"
#include "includes.h"
-RCSID("$Id: mpaux.c,v 1.4 1999/11/12 04:19:27 damien Exp $");
+RCSID("$Id: mpaux.c,v 1.5 1999/11/12 23:51:58 damien Exp $");
#ifdef HAVE_OPENSSL
#include <openssl/bn.h>