summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/OPMode.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/OPMode.pm b/lib/OPMode.pm
index b94a1e0..de39f71 100644
--- a/lib/OPMode.pm
+++ b/lib/OPMode.pm
@@ -76,6 +76,8 @@ sub conv_enc {
if ($enc =~ /(.*?)_.*?_(.*)/){
$enc = lc($1).$2;
$enc =~ s/^ //g;
+ } elsif ($enc =~ /3DES/) {
+ $enc = "3des";
}
return $enc;
}