CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2014/12/07 09:33:51
Modified files: lib/libssl/src/crypto/gost: gost2814789.c gostr341194.c streebog.c Log message: Make GOST compile with a strict C compiler - in this case incrementing a void pointer is undefined and initialising an array with {} is a syntax error. Based on a diff from kinichiro inoguchi.