]> git.ipfire.org Git - thirdparty/samba.git/commit
libcli:smb: Add forward declaration for gnutls_hmac_hd_t
authorAndreas Schneider <asn@samba.org>
Thu, 8 Aug 2019 09:57:02 +0000 (11:57 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 10 Aug 2019 19:24:29 +0000 (19:24 +0000)
commit6bf6cb1643ae5e8fff66a7cbec50f58ede632666
tree25942a34451da26002f35d3f31b744a5fc7bbfe3
parentfe26ff6e911f835808ac3f465822f86260407020
libcli:smb: Add forward declaration for gnutls_hmac_hd_t

This file is basically included everywhere. So use a forward declaration
for gnutls_hmac_hd_t. This way we don't have to link everthing against
gnutls to get access to the header path.

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
libcli/smb/smb2_signing.h