aboutsummaryrefslogtreecommitdiffstats
path: root/src/pbe
diff options
context:
space:
mode:
Diffstat (limited to 'src/pbe')
-rw-r--r--src/pbe/get_pbe.cpp2
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);