summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libcrypt/crypt.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libcrypt/crypt.c b/lib/libcrypt/crypt.c
index bfcbb20..ec4c7d0 100644
--- a/lib/libcrypt/crypt.c
+++ b/lib/libcrypt/crypt.c
@@ -79,11 +79,7 @@ static const struct {
}
};
-#ifdef HAS_DES
-#define CRYPT_DEFAULT "des"
-#else
-#define CRYPT_DEFAULT "md5"
-#endif
+#define CRYPT_DEFAULT "sha512"
static int crypt_type = -1;
OpenPOWER on IntegriCloud