From 32bd89a77c8aa2fed235291171791def04724b8d Mon Sep 17 00:00:00 2001 From: StevenWdV Date: Wed, 16 Feb 2022 16:52:51 +0100 Subject: Fix small Makefile errors & Python wrapper return value --- wrappers/python/eduvpncommon/discovery.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wrappers/python/eduvpncommon') diff --git a/wrappers/python/eduvpncommon/discovery.py b/wrappers/python/eduvpncommon/discovery.py index 50bcc9e..34a03ba 100644 --- a/wrappers/python/eduvpncommon/discovery.py +++ b/wrappers/python/eduvpncommon/discovery.py @@ -29,7 +29,7 @@ class _GoSlice(Structure): return _GoSlice((c_char * len(bs))(*bs), len(bs), len(bs)) -_lib.Verify.argtypes, _lib.Verify.restype = [_GoSlice, _GoSlice, _GoSlice, c_uint64], c_int64 +_lib.Verify.argtypes, _lib.Verify.restype = [_GoSlice, _GoSlice, _GoSlice, c_uint64], c_int8 _lib.InsecureTestingSetExtraKey.argtypes, _lib.InsecureTestingSetExtraKey.restype = [_GoSlice], None -- cgit v1.2.3