aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffi/ffi_mp.h
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-10-02 22:42:40 -0400
committerJack Lloyd <[email protected]>2017-10-02 22:42:40 -0400
commitc5c8a58a3f5006bb13120654d0304f3e6ae67c67 (patch)
treef2a6579eb91a33e9656a6f301501a74ed2625d27 /src/lib/ffi/ffi_mp.h
parenta27a5a2adb10666624cd2ba1e5c046a006808835 (diff)
Avoid using namespace in FFI headers
Internal only headers but Sonar doesn't know that
Diffstat (limited to 'src/lib/ffi/ffi_mp.h')
-rw-r--r--src/lib/ffi/ffi_mp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/ffi/ffi_mp.h b/src/lib/ffi/ffi_mp.h
index 448d20e56..3cc85b66a 100644
--- a/src/lib/ffi/ffi_mp.h
+++ b/src/lib/ffi/ffi_mp.h
@@ -12,8 +12,6 @@
extern "C" {
-using namespace Botan_FFI;
-
BOTAN_FFI_DECLARE_STRUCT(botan_mp_struct, Botan::BigInt, 0xC828B9D2);
}