]> granicus.if.org Git - curl/commit
sasl: Moved login authentication message creation from smtp.c
authorSteve Holme <steve_holme@hotmail.com>
Thu, 31 May 2012 22:11:54 +0000 (23:11 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Thu, 31 May 2012 22:11:54 +0000 (23:11 +0100)
commit54d484e136d43b50934cc906804662e780adc3fa
tree2d895f748df6a9fcfe47c9a2b7f5597f3f87300f
parentcb3d0ce2cb5097d906c9e7b9d5bb1de2eb4bbb93
sasl: Moved login authentication message creation from smtp.c

Moved the login message creation from smtp.c into the sasl module
to allow for use by other modules such as pop3.
lib/curl_sasl.c
lib/curl_sasl.h
lib/smtp.c