mirror of
https://github.com/vgough/encfs.git
synced 2025-08-16 00:37:58 +02:00
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:
@ -131,6 +131,9 @@ class OpenSSLCipher : public BlockCipher {
|
||||
|
||||
return false;
|
||||
}
|
||||
#ifdef HAVE_VALGRIND_MEMCHECK_H
|
||||
VALGRIND_MAKE_MEM_DEFINED(out, length);
|
||||
#endif
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user