Skip to content

Commit

Permalink
crypto: fix botan
Browse files Browse the repository at this point in the history
  • Loading branch information
kodebach authored and ZronekM committed Nov 8, 2019
1 parent f5d8348 commit fc52a83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/plugins/crypto/botan_operations.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@

#ifdef __cplusplus
extern "C" {
using namespace ckdb;
using Key = ckdb::Key;
using KeySet = ckdb::KeySet;
#endif

#define ELEKTRA_CRYPTO_BOTAN_KEYSIZE (32)
Expand Down

0 comments on commit fc52a83

Please sign in to comment.