K 10 svn:author V 7 delphij K 8 svn:date V 27 2015-05-27T22:08:40.105945Z K 7 svn:log V 349 Add a patch to resolve symbol conflict between SHA2 module with OpenSSL's SHA2 implementation. Without this, e.g. SSHA512 scheme would result in a crash due to stack corruption, which is a result of different SHA512 context size in the contributed SHA2 implementation and the OpenSSL one, plus the allocation is on stack. PR: 197004 MFH: 2015Q2 END