]> git.proxmox.com Git - libgit2.git/commit - src/netops.c
ssl: use the callback instead of ifs to determine how to get data
authorCarlos Martín Nieto <cmn@elego.de>
Wed, 25 Jul 2012 14:16:53 +0000 (16:16 +0200)
committerCarlos Martín Nieto <carlos@cmartin.tk>
Mon, 30 Jul 2012 18:28:16 +0000 (20:28 +0200)
commit8861d32f01bf29e37396ff5a9ef263399d52e73c
treec669355bf1535b91458a614d550ba2821748ae7e
parentae789622e438e213d8a2059f7aeeeae931442c18
ssl: use the callback instead of ifs to determine how to get data

Using the callbacks makes it clearer and reduces the amount of #ifdefs
and ifs and we need in the code.
src/netops.c