aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsrc/python/botan.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/botan.py b/src/python/botan.py
index f2c1d33cd..fe8600e19 100755
--- a/src/python/botan.py
+++ b/src/python/botan.py
@@ -16,7 +16,7 @@ from ctypes import *
"""
Module initialization
"""
-botan = CDLL('libbotan-1.11.dylib')
+botan = CDLL('libbotan-1.11.so')
expected_api_rev = 20150210
botan_api_rev = botan.botan_ffi_api_version()