Skip to content

Commit 3562b96

Browse files
committed
Update crypto tests
1 parent d1aaa29 commit 3562b96

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

ext/snmp/tests/snmp-object-setSecurity_error.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ bool(false)
6868

6969
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
7070
bool(false)
71-
Security protocol must be one of "DES", "AES128", or "AES"
72-
Security protocol must be one of "DES", "AES128", or "AES"
71+
Security protocol must be one of %s
72+
Security protocol must be one of %s
7373

7474
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
7575
bool(false)

ext/snmp/tests/snmp3-error.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ bool(false)
6868

6969
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
7070
bool(false)
71-
Security protocol must be one of "DES", "AES128", or "AES"
71+
Security protocol must be one of %s
7272

7373
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
7474
bool(false)

0 commit comments

Comments
 (0)