]> granicus.if.org Git - curl/commit
STARTTLS: Don't print response character in denied messages
authorJay Satiro <raysatiro@yahoo.com>
Thu, 12 Jan 2017 07:22:41 +0000 (02:22 -0500)
committerJay Satiro <raysatiro@yahoo.com>
Thu, 12 Jan 2017 07:36:03 +0000 (02:36 -0500)
commita18db792624a677221d895f4662a06b5016e4eee
tree0604d27bdd0d76b7731f25f135c144238db4bebf
parent4e6f483d08646eb7179344509a660a01a904d4f9
STARTTLS: Don't print response character in denied messages

Both IMAP and POP3 response characters are used internally, but when
appended to the STARTTLS denial message likely could confuse the user.

Closes https://github.com/curl/curl/pull/1203
lib/imap.c
lib/pop3.c