From: Vitaly Chikunov Date: Fri, 3 Dec 2021 09:14:53 +0000 (+0300) Subject: MSVC: Replace tentative arrays with pointers X-Git-Tag: v3.0.1~31 X-Git-Url: http://wagner.pp.ru/gitweb/?a=commitdiff_plain;h=bf06cbf5baa8d0f589bfb090455c3988c261a3f7;hp=bf06cbf5baa8d0f589bfb090455c3988c261a3f7;p=openssl-gost%2Fengine.git MSVC: Replace tentative arrays with pointers Error message example: gost_prov_cipher.c(237,63): error C2059: syntax error: '}' Signed-off-by: Vitaly Chikunov ---