aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/experimental/blowfish.h1
-rw-r--r--src/experimental/cipher.h1
2 files changed, 2 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
diff --git a/src/experimental/cipher.h b/src/experimental/cipher.h
index 814e88c..91f1704 100644
--- a/src/experimental/cipher.h
+++ b/src/experimental/cipher.h
@@ -35,6 +35,7 @@ namespace Bu
35 35
36 virtual Bu::size stop() 36 virtual Bu::size stop()
37 { 37 {
38 flush();
38 return 0; 39 return 0;
39 } 40 }
40 41