Update python wrapper to run against libolm.so.2

rav/inter_device_key_shares
Richard van der Hoff 2016-10-25 14:50:15 +01:00
parent 2d7b10a160
commit 700596b46a
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ def read_random(n):
return f.read(n)
lib = cdll.LoadLibrary(os.path.join(
os.path.dirname(__file__), "..", "..", "build", "libolm.so.1")
os.path.dirname(__file__), "..", "..", "build", "libolm.so.2")
)
lib.olm_error.argtypes = []