summaryrefslogtreecommitdiff
path: root/cipher.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 /cipher.c
parent6854f820d62321f1a63f152e2d59e98bd8c01b69 (diff)
Remove redundant inclusion of config.h
Diffstat (limited to 'cipher.c')
-rw-r--r--cipher.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cipher.c b/cipher.c
index 074913512..32b5ecb63 100644
--- a/cipher.c
+++ b/cipher.c
@@ -11,9 +11,8 @@ Created: Wed Apr 19 17:41:39 1995 ylo
11 11
12*/ 12*/
13 13
14#include "config.h"
15#include "includes.h" 14#include "includes.h"
16RCSID("$Id: cipher.c,v 1.4 1999/11/08 05:15:55 damien Exp $"); 15RCSID("$Id: cipher.c,v 1.5 1999/11/12 23:51:58 damien Exp $");
17 16
18#include "ssh.h" 17#include "ssh.h"
19#include "cipher.h" 18#include "cipher.h"