diff options
author | Damien Miller <djm@mindrot.org> | 1999-11-13 10:51:58 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 1999-11-13 10:51:58 +1100 |
commit | 4956d2cf64748f281fb5211e6cd1a881f05c5270 (patch) | |
tree | 17b750c50dbba6b221909300d77e1104d3e0dbc7 /cipher.c | |
parent | 6854f820d62321f1a63f152e2d59e98bd8c01b69 (diff) | |
download | openssh-git-4956d2cf64748f281fb5211e6cd1a881f05c5270.tar.gz |
Remove redundant inclusion of config.h
Diffstat (limited to 'cipher.c')
-rw-r--r-- | cipher.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -11,9 +11,8 @@ Created: Wed Apr 19 17:41:39 1995 ylo */ -#include "config.h" #include "includes.h" -RCSID("$Id: cipher.c,v 1.4 1999/11/08 05:15:55 damien Exp $"); +RCSID("$Id: cipher.c,v 1.5 1999/11/12 23:51:58 damien Exp $"); #include "ssh.h" #include "cipher.h" |