mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-03 23:39:45 +01:00
Merge pull request #1446 from dcooper16/add_missing_declarations
Add missing variable declarations
This commit is contained in:
commit
e75ed94573
@ -11054,6 +11054,7 @@ derive-handshake-traffic-keys() {
|
||||
local -i retcode
|
||||
local hash_fn
|
||||
local pub_file priv_file tmpfile
|
||||
local derived_secret server_write_key server_write_iv
|
||||
|
||||
if [[ "$cipher" == *SHA256 ]]; then
|
||||
hash_fn="-sha256"
|
||||
|
Loading…
Reference in New Issue
Block a user