summaryrefslogtreecommitdiff
path: root/wrappers/python/eduvpncommon/discovery.py
diff options
context:
space:
mode:
authorStevenWdV <stevenwdv@gmail.com>2022-02-16 16:52:51 +0100
committerStevenWdV <stevenwdv@gmail.com>2022-02-16 16:52:51 +0100
commit32bd89a77c8aa2fed235291171791def04724b8d (patch)
treea95ed7dabb1282ddcbc99f6c4c75e1b7e4b9fc32 /wrappers/python/eduvpncommon/discovery.py
parent7798aac9279bb03baaa576059f2c19b283cd39bb (diff)
Fix small Makefile errors & Python wrapper return value
Diffstat (limited to 'wrappers/python/eduvpncommon/discovery.py')
-rw-r--r--wrappers/python/eduvpncommon/discovery.py2
1 files changed, 1 insertions, 1 deletions
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