| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c748668 commit 7216eb6
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -188,7 +188,7 @@ if (common.hasOpenSSL3) { | |||
| 188 | 188 | assert.throws(() => { | |
| 189 | 189 | dh3.computeSecret(''); | |
| 190 | 190 | }, { message: common.hasOpenSSL3 ? | |
| 191 | - 'error:02800066:Diffie-Hellman routines::invalid public key' : | ||
| 191 | + 'error:02800080:Diffie-Hellman routines::invalid secret' : | ||
| 192 | 192 | 'Supplied key is too small' }); | |
| 193 | 193 | ||
| 194 | 194 | // Create a shared using a DH group. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments