From: Dmitry Belyavskiy Date: Mon, 6 May 2019 19:59:35 +0000 (+0300) Subject: Travis workaround 2 X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=commitdiff_plain;h=004a00404b087b1b3cf3bb515ddc485b07c9fdf2;p=openssl-gost%2Fengine.git Travis workaround 2 --- diff --git a/gost_eng.c b/gost_eng.c index 18e3dd9..f7ca263 100644 --- a/gost_eng.c +++ b/gost_eng.c @@ -53,7 +53,7 @@ static int gost_cipher_nids[] = { #ifdef NID_kuznyechik_mgm NID_kuznyechik_mgm, #else - NID_undef + NID_undef, #endif 0 };