summaryrefslogtreecommitdiffstats
path: root/runtime/nsdsel_gtls.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/nsdsel_gtls.c')
-rw-r--r--runtime/nsdsel_gtls.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/nsdsel_gtls.c b/runtime/nsdsel_gtls.c
index 1ee4b46c..f8889a48 100644
--- a/runtime/nsdsel_gtls.c
+++ b/runtime/nsdsel_gtls.c
@@ -128,9 +128,12 @@ doRetry(nsd_gtls_t *pNsd)
switch(pNsd->rtryCall) {
case gtlsRtry_handshake:
gnuRet = gnutls_handshake(pNsd->sess);
+ dbgprintf("handshake ret %d\n", gnuRet);
if(gnuRet == 0) {
/* we got a handshake, now check authorization */
// TODO: do it!
+ dbgprintf("handshake done\n");
+ gtlsChkFingerprint(pNsd);
}
break;
default: