We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98f6a6e commit 6e9ac92Copy full SHA for 6e9ac92
src/common.c
@@ -1,7 +1,7 @@
1
#include "common.h"
2
3
#if (defined TRACE || defined CFRG_TEST_VEC)
4
-void dump(const uint8_t *p, const size_t len, const char* msg, ...) {
+void __attribute__((visibility("hidden"))) dump(const uint8_t *p, const size_t len, const char* msg, ...) {
5
va_list args;
6
va_start(args, msg);
7
vfprintf(stderr,msg, args);
0 commit comments