]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Remove redundant inclusion of config.h
authorDamien Miller <djm@mindrot.org>
Sat, 13 Nov 1999 02:07:45 +0000 (13:07 +1100)
committerDamien Miller <djm@mindrot.org>
Sat, 13 Nov 1999 02:07:45 +0000 (13:07 +1100)
authfile.c

index edd1cd9a2f864fa5d156c7bff46d312153d104eb..0e77edf99653bf39871353dfb5b63db49b8cda84 100644 (file)
@@ -14,9 +14,8 @@ for reading the passphrase from the user.
 
 */
 
-#include "config.h"
 #include "includes.h"
-RCSID("$Id: authfile.c,v 1.2 1999/10/28 03:25:17 damien Exp $");
+RCSID("$Id: authfile.c,v 1.3 1999/11/13 02:07:45 damien Exp $");
 
 #ifdef HAVE_OPENSSL
 #include <openssl/bn.h>