Fix the build warning under OPENSSL_NO_GOST
authorQin Long <qin.long@intel.com>
Wed, 15 Mar 2017 15:43:20 +0000 (23:43 +0800)
committerRichard Levitte <levitte@openssl.org>
Wed, 29 Mar 2017 05:37:02 +0000 (07:37 +0200)
Variable 'pktype' was set but not used under OPENSSL_NO_GOST. This change
will fix the build warning under [-Werror=unused-but-set-variable].

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2961)


No differences found