a1810f2a01
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/net-snmp#be26e76db31e227dcc75fe872ad69f39629713ad
19 lines
480 B
Diff
19 lines
480 B
Diff
diff --git a/net-snmp-create-v3-user.in b/net-snmp-create-v3-user.in
|
|
index afd6fa4..07c26fe 100644
|
|
--- a/net-snmp-create-v3-user.in
|
|
+++ b/net-snmp-create-v3-user.in
|
|
@@ -58,11 +58,11 @@ case $1 in
|
|
exit 1
|
|
fi
|
|
case $1 in
|
|
- DES|AES|AES128)
|
|
+ DES|AES|AES128|AES192|AES256)
|
|
Xalgorithm=$1
|
|
shift
|
|
;;
|
|
- des|aes|aes128)
|
|
+ des|aes|aes128|aes192|aes256)
|
|
Xalgorithm=`echo $1 | tr a-z A-Z`
|
|
shift
|
|
;;
|