diff options
Diffstat (limited to 'src/experimental/blowfish.h')
-rw-r--r-- | src/experimental/blowfish.h | 1 |
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 | ||