diff --git a/samplesshd.c b/samplesshd.c index fa97fabf..9cd9449b 100644 --- a/samplesshd.c +++ b/samplesshd.c @@ -25,11 +25,13 @@ MA 02111-1307, USA. */ #include #include #include +#ifndef KEYS_FOLDER #ifdef _WIN32 #define KEYS_FOLDER #else #define KEYS_FOLDER "/etc/ssh/" #endif +#endif static int auth_password(char *user, char *password){ if(strcmp(user,"aris"))