Skip to content

Commit 3428485

Browse files
committed
Fixed SSLKEYLOGFILE environment variable
1 parent 6a81e5b commit 3428485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

picoquic/picoquic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ void picoquic_use_unique_log_names(picoquic_quic_t* quic, int use_unique_log_nam
453453

454454
/* The SSLKEYLOG function defines a way to publish the encryption keys
455455
* used by QUIC. If that feature is enabled, the code read the environment
456-
* variable SSLKEYLOG to find the path of the file where to log the encryption
456+
* variable SSLKEYLOGFILE to find the path of the file where to log the encryption
457457
* file. If the environment variable is not present, no file is set.
458458
*
459459
* This is a very dangerous feature, that can be abused to break encryption.

0 commit comments

Comments
 (0)