summaryrefslogtreecommitdiff
path: root/lib/encrypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/encrypt.c')
-rw-r--r--lib/encrypt.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/encrypt.c b/lib/encrypt.c
index 53c99c94..4247f241 100644
--- a/lib/encrypt.c
+++ b/lib/encrypt.c
@@ -65,6 +65,9 @@
case '1':
method = "MD5";
break;
+ case '2':
+ method = "BCRYPT";
+ break;
case '5':
method = "SHA256";
break;