encfs/cipher/MAC.cpp
Valient Gough 7e95ff90c8 encapsulate old cipher support layer
git-svn-id: http://encfs.googlecode.com/svn/trunk@95 db9cf616-1c43-0410-9cb8-a902689de0d6
2013-03-05 06:36:32 +00:00

17 lines
131 B
C++

#include "cipher/MAC.h"
namespace encfs {
DEFINE_REGISTERABLE_TYPE(MAC)
MAC::MAC()
{
}
MAC::~MAC()
{
}
} // namespace encfs