mirror of
https://github.com/vgough/encfs.git
synced 2025-01-06 05:59:02 +01:00
a89752dfe7
git-svn-id: http://encfs.googlecode.com/svn/trunk@121 db9cf616-1c43-0410-9cb8-a902689de0d6
12 lines
183 B
C++
12 lines
183 B
C++
#include "cipher/StreamCipher.h"
|
|
|
|
namespace encfs {
|
|
|
|
DEFINE_REGISTERABLE_TYPE(StreamCipher);
|
|
|
|
StreamCipher::StreamCipher() {}
|
|
|
|
StreamCipher::~StreamCipher() {}
|
|
|
|
} // namespace encfs
|