summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--samplesshd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/samplesshd.c b/samplesshd.c
index fa97fab..9cd9449 100644
--- a/samplesshd.c
+++ b/samplesshd.c
@@ -25,11 +25,13 @@ MA 02111-1307, USA. */
#include <unistd.h>
#include <string.h>
#include <stdio.h>
+#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"))