mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-20 13:30:55 +02:00
MINOR: ssl: Missing '\n' in error message
Fix missing '\n' in error message raised when trying to load a password protected private key.
This commit is contained in:
committed by
William Lallemand
parent
8e16fd2cf1
commit
b3a44158fb
@@ -3825,7 +3825,7 @@ int ssl_sock_passwd_cb(char *buf, int size, int rwflag, void *userdata)
|
||||
|
||||
if (!global_ssl.passphrase_cmd) {
|
||||
data->passphrase_idx = -1;
|
||||
ha_alert("Trying to load a passphrase-protected private key without an 'ssl-passphrase-cmd' defined.");
|
||||
ha_alert("Trying to load a passphrase-protected private key without an 'ssl-passphrase-cmd' defined.\n");
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user