Make cs_get_ssl return 0 if GNU TLS is enabled.
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 5 Jun 2008 21:25:18 +0000 (23:25 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 5 Jun 2008 21:25:18 +0000 (23:25 +0200)
commit966a14020bc5855bbc4f3aebaa157f5c6d4ae292
tree7ece0f1424fe48e02fbaa63a8193ce91fca7e666
parentaa4c03825ae6767274bc70aff8332a7c3b61cfc0
Make cs_get_ssl return 0 if GNU TLS is enabled.
Make sure cs_get_ssl return 0 if GNU TLS is enabled. GNU TLS and
OpenSSL are not binary compatible so must ensure that only OpenSSL
applications makes use of this (e.g. yaz-client).
src/tcpip.c