diff options
-rwxr-xr-x | exports.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ import json expr = re.compile(r"(olm_[^( ]*)\(") -exports = set() +exports = {'_free', '_malloc'} for f in sys.argv[1:]: with open(f) as fp: |
index : libolm | ||
Implementation of the olm and megolm cryptographic ratchets |
aboutsummaryrefslogtreecommitdiff |
-rwxr-xr-x | exports.py | 2 |
@@ -6,7 +6,7 @@ import json expr = re.compile(r"(olm_[^( ]*)\(") -exports = set() +exports = {'_free', '_malloc'} for f in sys.argv[1:]: with open(f) as fp: |