aboutsummaryrefslogtreecommitdiff
path: root/src/experimental/blowfish.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/experimental/blowfish.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/experimental/blowfish.h b/src/experimental/blowfish.h
index c2a8be5..0308026 100644
--- a/src/experimental/blowfish.h
+++ b/src/experimental/blowfish.h
@@ -40,6 +40,7 @@ namespace Bu
40 40
41 virtual ~Blowfish() 41 virtual ~Blowfish()
42 { 42 {
43 stop();
43 reset(); 44 reset();
44 } 45 }
45 46