chiark / gitweb /
Set ELF visibility to keep all of our external symbols to ourselves.
[catacomb-python] / algorithms.c
index d73981e252f0e5a0c8de0a2d29bee7d9b48bce0d..e6dbe21a98b0768b01e5095f59a222c1b6e04426 100644 (file)
@@ -27,7 +27,9 @@
 /*----- Header files ------------------------------------------------------*/
 
 #include "catacomb-python.h"
+PUBLIC_SYMBOLS;
 #include "algorithms.h"
+PRIVATE_SYMBOLS;
 
 /*----- Key sizes ---------------------------------------------------------*/