]> granicus.if.org Git - pgbouncer/commitdiff
sbuf: define handle_tls_handshake for non-tls build
authorMarko Kreen <markokr@gmail.com>
Tue, 26 Jan 2016 20:39:44 +0000 (22:39 +0200)
committerMarko Kreen <markokr@gmail.com>
Tue, 26 Jan 2016 20:39:44 +0000 (22:39 +0200)
Fixes: #101
src/sbuf.c

index 199e72853c339624d05db53053de035a30ad1683..7db688ac81e5d9ae67aa63ba67492907feb324a5 100644 (file)
@@ -1168,4 +1168,9 @@ void sbuf_cleanup(void)
 {
 }
 
+static bool handle_tls_handshake(SBuf *sbuf)
+{
+       return false;
+}
+
 #endif