lib:mscat: Use size_t for len value to fix build issue
authorAndreas Schneider <asn@samba.org>
Fri, 18 Jan 2019 14:28:54 +0000 (15:28 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Sat, 19 Jan 2019 11:24:18 +0000 (12:24 +0100)
commit56bbfd90c4188e5f1fe560eafaf30334f9afccbf
tree9835090b32832803f8a86e5bf33d5c7186ff48e5
parentf3c30b2f8cd39b9eaf5ff7ba0d3c96669e8ade37
lib:mscat: Use size_t for len value to fix build issue

asn1_read_value_type() only uses it as an unsigned it, a negative value
isn't assinged.

Signed-off-by: Andreas Schneider <asn@samba.org>
lib/mscat/mscat_ctl.c