mirror of
https://github.com/curl/curl.git
synced 2026-07-28 19:23:06 +03:00
keylog.h: replace literal number with macro in declaration
Also syncing with the defintion. Closes #21141
This commit is contained in:
parent
31ec67651a
commit
9b01f73ac2
1 changed files with 2 additions and 2 deletions
|
|
@ -57,8 +57,8 @@ bool Curl_tls_keylog_enabled(void);
|
|||
* Returns true iff the key log file is open and a valid entry was provided.
|
||||
*/
|
||||
bool Curl_tls_keylog_write(const char *label,
|
||||
const unsigned char client_random[32],
|
||||
const unsigned char *secret, size_t secretlen);
|
||||
const unsigned char client_random[CLIENT_RANDOM_SIZE],
|
||||
const unsigned char *secret, size_t secretlen);
|
||||
|
||||
/*
|
||||
* Appends a line to the key log file, ensure it is terminated by an LF.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue