SSL cleanup: use crypto functions through the sslgen layer
authorDaniel Stenberg <daniel@haxx.se>
Tue, 26 Jun 2012 12:52:46 +0000 (14:52 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 26 Jun 2012 17:40:36 +0000 (19:40 +0200)
commit849179ba2739ab9a0ad079384b125d9c1745db5f
tree35041f2e915f085cb0c5a87ca6712e97fe43c56c
parent6d1ea388cbd9de7f2a944a0c64f5feaec1b1904a
SSL cleanup: use crypto functions through the sslgen layer

curl_ntlm_msgs.c would previously use an #ifdef maze and direct
SSL-library calls instead of using the SSL layer we have for this
purpose.
lib/curl_ntlm_msgs.c
lib/gtls.c
lib/gtls.h
lib/nss.c
lib/nssg.h
lib/sslgen.c
lib/sslgen.h
lib/ssluse.c
lib/ssluse.h