Remove redundant inclusion of config.h

This commit is contained in:
Damien Miller 1999-11-13 13:07:45 +11:00
parent 4956d2cf64
commit b77485d25d
1 changed files with 1 additions and 2 deletions

View 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>