s4:lib:tls: Fix cert and privkey types
commit71816984c31cd1a392355afdbfdadb0da2d05765
authorAndreas Schneider <asn@samba.org>
Mon, 18 Nov 2019 15:33:23 +0000 (18 16:33 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 19 Nov 2019 04:48:29 +0000 (19 04:48 +0000)
treea44937aec196952adb3c217d327e28b573c26876
parente19b115dd27891896364f5e943b0ce7fcc89344e
s4:lib:tls: Fix cert and privkey types

../../source4/lib/tls/tlscert.c:42:2: warning: ‘gnutls_x509_crt’ is
    deprecated [-Wdeprecated-declarations]
   42 |  gnutls_x509_crt cacrt, crt;
      |  ^~~~~~~~~~~~~~~
../../source4/lib/tls/tlscert.c:43:2: warning: ‘gnutls_x509_privkey’ is
    deprecated [-Wdeprecated-declarations]
   43 |  gnutls_x509_privkey key, cakey;
      |  ^~~~~~~~~~~~~~~~~~~

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/lib/tls/tlscert.c