Fixes a compiler error with C++Builder XE6
This is the generated error with CLANG 64-bit: [bcc64 Error] pkcspad.h(79): call to constructor of 'HashIdentifier' (aka 'pair<const byte *, size_t>') is ambiguous Casting the second parameter as size_t will fix the problem. This fix is not required in C++Builder XE7 and XE8, it must have been fixed.pull/107/head
parent
91321b8b7f
commit
fd9be45bb6
Loading…
Reference in New Issue