mirror of
https://github.com/vgough/encfs.git
synced 2025-03-12 13:18:36 +01:00
Amend: Labels are backwards for "Block" and "Block32" (Issue #8)
Forgot to update header declaration for CurrentInterface
This commit is contained in:
parent
aa08c382d9
commit
b015f0c294
@ -38,7 +38,7 @@ class Cipher;
|
||||
*/
|
||||
class BlockNameIO : public NameIO {
|
||||
public:
|
||||
static rel::Interface CurrentInterface(bool caseSensitive = false);
|
||||
static rel::Interface CurrentInterface(bool caseInsensitive = false);
|
||||
|
||||
BlockNameIO(const rel::Interface &iface, const shared_ptr<Cipher> &cipher,
|
||||
const CipherKey &key, int blockSize,
|
||||
|
Loading…
Reference in New Issue
Block a user