You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ext/snmp/tests/snmp-object-setSecurity_error.phpt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -72,8 +72,8 @@ bool(false)
72
72
73
73
Warning: SNMP::setSecurity(): Error generating a key for authentication pass phrase 'te': Generic error (The supplied password length is too short.) in %s on line %d
74
74
bool(false)
75
-
Security protocol must be one of "DES", "AES128", or "AES"
76
-
Security protocol must be one of "DES", "AES128", or "AES"
75
+
Security protocol must be one of %s
76
+
Security protocol must be one of %s
77
77
78
78
Warning: SNMP::setSecurity(): Error generating a key for privacy pass phrase '': Generic error (The supplied password length is too short.) in %s on line %d
Copy file name to clipboardExpand all lines: ext/snmp/tests/snmp3-error.phpt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ bool(false)
68
68
69
69
Warning: snmp3_get(): Error generating a key for authentication pass phrase 'te': Generic error (The supplied password length is too short.) in %s on line %d
70
70
bool(false)
71
-
Security protocol must be one of "DES", "AES128", or "AES"
71
+
Security protocol must be one of %s
72
72
73
73
Warning: snmp3_get(): Error generating a key for privacy pass phrase '': Generic error (The supplied password length is too short.) in %s on line %d
0 commit comments