diff options
author | Damien Miller <djm@mindrot.org> | 1999-11-13 00:51:58 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 1999-11-13 00:51:58 +0100 |
commit | 4956d2cf64748f281fb5211e6cd1a881f05c5270 (patch) | |
tree | 17b750c50dbba6b221909300d77e1104d3e0dbc7 /auth-rsa.c | |
parent | Fix inclusion of additional preprocessor directives from acconfig.h (diff) | |
download | openssh-4956d2cf64748f281fb5211e6cd1a881f05c5270.tar.xz openssh-4956d2cf64748f281fb5211e6cd1a881f05c5270.zip |
Remove redundant inclusion of config.h
Diffstat (limited to 'auth-rsa.c')
-rw-r--r-- | auth-rsa.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/auth-rsa.c b/auth-rsa.c index 6968df58c..cc76bf07e 100644 --- a/auth-rsa.c +++ b/auth-rsa.c @@ -15,9 +15,8 @@ validity of the host key. */ -#include "config.h" #include "includes.h" -RCSID("$Id: auth-rsa.c,v 1.5 1999/11/12 04:19:27 damien Exp $"); +RCSID("$Id: auth-rsa.c,v 1.6 1999/11/12 23:51:58 damien Exp $"); #include "rsa.h" #include "packet.h" |