chiark
/
gitweb
/
~mdw
/
catacomb-python
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Set ELF visibility to keep all of our external symbols to ourselves.
[catacomb-python]
/
algorithms.c
diff --git
a/algorithms.c
b/algorithms.c
index d73981e252f0e5a0c8de0a2d29bee7d9b48bce0d..e6dbe21a98b0768b01e5095f59a222c1b6e04426 100644
(file)
--- a/
algorithms.c
+++ b/
algorithms.c
@@
-27,7
+27,9
@@
/*----- Header files ------------------------------------------------------*/
#include "catacomb-python.h"
/*----- Header files ------------------------------------------------------*/
#include "catacomb-python.h"
+PUBLIC_SYMBOLS;
#include "algorithms.h"
#include "algorithms.h"
+PRIVATE_SYMBOLS;
/*----- Key sizes ---------------------------------------------------------*/
/*----- Key sizes ---------------------------------------------------------*/