fixes config.h setup for crypto options

git-svn-id: http://encfs.googlecode.com/svn/trunk@102 db9cf616-1c43-0410-9cb8-a902689de0d6
This commit is contained in:
Valient Gough
2013-06-17 05:48:09 +00:00
parent b55fd2b010
commit 33b8c00a67
3 changed files with 23 additions and 12 deletions

View File

@ -131,6 +131,9 @@ class OpenSSLCipher : public BlockCipher {
return false;
}
#ifdef HAVE_VALGRIND_MEMCHECK_H
VALGRIND_MAKE_MEM_DEFINED(out, length);
#endif
return true;
}