Skip to content
Snippets Groups Projects
Commit 488567a4 authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

Use a version script to restrict symbols in the .so

We want to stop aes_* and sha_* functions leaking out of our .so, as well as
internal _olm_* symbols.

This also means we need to link the unit tests against the objects. Possibly we
should distinguish between unit tests and integration tests.
parent d4c8aae8
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment