summaryrefslogtreecommitdiff
path: root/lib/crypto/c_src/info.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crypto/c_src/info.c')
-rw-r--r--lib/crypto/c_src/info.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/crypto/c_src/info.c b/lib/crypto/c_src/info.c
index 573039203c..1d7e744995 100644
--- a/lib/crypto/c_src/info.c
+++ b/lib/crypto/c_src/info.c
@@ -26,6 +26,8 @@
char *crypto_callback_name = "crypto_callback.debug";
# elif defined(VALGRIND)
char *crypto_callback_name = "crypto_callback.valgrind";
+# elif defined(ADDRESS_SANITIZER)
+char *crypto_callback_name = "crypto_callback.asan";
# else
char *crypto_callback_name = "crypto_callback";
# endif