diff options
author | Jack Lloyd <[email protected]> | 2017-10-02 22:42:40 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-10-02 22:42:40 -0400 |
commit | c5c8a58a3f5006bb13120654d0304f3e6ae67c67 (patch) | |
tree | f2a6579eb91a33e9656a6f301501a74ed2625d27 /src/lib/ffi/ffi_mp.h | |
parent | a27a5a2adb10666624cd2ba1e5c046a006808835 (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.h | 2 |
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); } |