]> granicus.if.org Git - curl/commit
getinfo: Fix syntax error when mbedTLS
authorJay Satiro <raysatiro@yahoo.com>
Sun, 28 Feb 2016 21:05:38 +0000 (16:05 -0500)
committerJay Satiro <raysatiro@yahoo.com>
Sun, 28 Feb 2016 21:05:38 +0000 (16:05 -0500)
commitae7d6b715448101caf99ea3555c7b7448711676e
treeaa23731fc2196ff542727b4226a7eab61ca07f56
parent2e0a3b935c8bc8fc8e3267aae7ad50f452ecadb3
getinfo: Fix syntax error when mbedTLS

The assignment of the mbedTLS TLS session info in the parent commit was
incorrect. Change the assignment to a pointer to the session structure.
lib/getinfo.c