aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffi/ffi_pkey.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_pkey.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_pkey.h')
-rw-r--r--src/lib/ffi/ffi_pkey.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/ffi/ffi_pkey.h b/src/lib/ffi/ffi_pkey.h
index a61087ef0..de5e19dd0 100644
--- a/src/lib/ffi/ffi_pkey.h
+++ b/src/lib/ffi/ffi_pkey.h
@@ -12,8 +12,6 @@
extern "C" {
-using namespace Botan_FFI;
-
BOTAN_FFI_DECLARE_STRUCT(botan_pubkey_struct, Botan::Public_Key, 0x2C286519);
BOTAN_FFI_DECLARE_STRUCT(botan_privkey_struct, Botan::Private_Key, 0x7F96385E);