asn1: Make asn1_peek_full_tag return 0/errno
authorVolker Lendecke <vl@samba.org>
Mon, 21 Dec 2015 09:41:39 +0000 (10:41 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 5 Jan 2016 23:54:17 +0000 (00:54 +0100)
commitad630a681e345cc7765f2a2f2dc1ba25ee0200c2
treef629d3ab41d474bbbce9979228e98214d1692b25
parent45800223fd5fb8d35770d101882cfb2b19465944
asn1: Make asn1_peek_full_tag return 0/errno

We don't need the full power of NTSTATUS here. This was the only
NTSTATUS in asn1.h, so I think it's worth removing it.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
auth/gensec/spnego.c
lib/util/asn1.c
lib/util/asn1.h
libcli/ldap/ldap_message.c