Mercurial > dropbear
diff svr-authpubkey.c @ 68:eee77ac31ccc
cleaning up the pubkey defines
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 12 Aug 2004 14:56:22 +0000 |
parents | 095d689fed16 |
children | b0316ce64e4b |
line wrap: on
line diff
--- a/svr-authpubkey.c Thu Aug 12 14:39:17 2004 +0000 +++ b/svr-authpubkey.c Thu Aug 12 14:56:22 2004 +0000 @@ -30,12 +30,11 @@ #include "buffer.h" #include "signkey.h" #include "auth.h" -#include "authpubkey.h" #include "ssh.h" #include "packet.h" #include "algo.h" -#ifdef DROPBEAR_PUBKEY_AUTH +#ifdef ENABLE_SVR_PUBKEY_AUTH #define MIN_AUTHKEYS_LINE 10 /* "ssh-rsa AB" - short but doesn't matter */ #define MAX_AUTHKEYS_LINE 4200 /* max length of a line in authkeys */ @@ -336,4 +335,4 @@ } -#endif /* DROPBEAR_PUBKEY_AUTH */ +#endif