X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/736890c4fda5f6d92752b80976e4758f737f4844..91b8065d952b74546b53c9577b69e3f69ab5ac33:/auth-skey.c diff --git a/auth-skey.c b/auth-skey.c index 06f81b89..91bdda8f 100644 --- a/auth-skey.c +++ b/auth-skey.c @@ -1,3 +1,5 @@ +#ifdef SKEY + #include "includes.h" RCSID("$Id$"); @@ -147,3 +149,5 @@ skey_fake_keyinfo(char *username) } return skeyprompt; } + +#endif SKEY