]> www.wagner.pp.ru Git - openssl-gost/engine.git/commit
MSVC: No support for GCC's compound statement expressions
authorVitaly Chikunov <vt@altlinux.org>
Sat, 4 Dec 2021 06:55:55 +0000 (09:55 +0300)
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>
Sat, 11 Dec 2021 16:45:14 +0000 (19:45 +0300)
commita0d13491d28ee12e1c5517a0684a571be96fc7a5
tree72fb80bbddefbbeda47bfec00cf987d253e600f1
parent66c4ce5fb9fe3c3598a5707bde7ac6929ec0b83c
MSVC: No support for GCC's compound statement expressions

Error messages:

  test_ciphers.c(329,5): error C2059: syntax error: '{'
  test_ciphers.c(329,5): error C2059: syntax error: '}'
  test_ciphers.c(329,5): error C2059: syntax error: ')'

Signed-off-by: Vitaly Chikunov <vt@altlinux.org>
test_ciphers.c
test_context.c
test_curves.c
test_derive.c
test_digest.c
test_keyexpimp.c
test_params.c
test_sign.c
test_tls.c