diff options
author | lloyd <[email protected]> | 2008-11-09 18:14:17 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-11-09 18:14:17 +0000 |
commit | 7d695611f3759ef70a5103e05d724f8ba40cb2c9 (patch) | |
tree | fd199d1a7840dba5edb950e97a8e59894bb92fc4 /src/pbe | |
parent | 6e8042e98f1d6031b70ae2b78b66d7e607537dcb (diff) |
Remove unused variable1.7.20
Diffstat (limited to 'src/pbe')
-rw-r--r-- | src/pbe/get_pbe.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pbe/get_pbe.cpp b/src/pbe/get_pbe.cpp index c9f40f47a..cd8fa17c8 100644 --- a/src/pbe/get_pbe.cpp +++ b/src/pbe/get_pbe.cpp @@ -32,8 +32,6 @@ PBE* get_pbe(const std::string& pbe_name) const std::string digest = algo_name[1]; const std::string cipher = algo_name[2]; - PBE* pbe_obj = 0; - #if defined(BOTAN_HAS_PBE_PKCS_V15) if(pbe == "PBE-PKCS5v15") return new PBE_PKCS5v15(digest, cipher, ENCRYPTION); |