]> git.ipfire.org Git - thirdparty/openssl.git/commit
util/mkdef.pl: use better array in search of 'DEPRECATEDIN_'
authorRichard Levitte <levitte@openssl.org>
Thu, 8 Feb 2018 11:31:05 +0000 (12:31 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 8 Feb 2018 11:33:08 +0000 (12:33 +0100)
commitb53fdad0e4350ba49812c50305686ee5a6239111
treec56ab0aa8c8bfe68dce56881c02daadf11e41321
parent22626b972c024d5ae9922e4a9d710a5f9e51f753
util/mkdef.pl: use better array in search of 'DEPRECATEDIN_'

%disabled_algorithms isn't necessarily initialised with the "algos"
'DEPRECATEDIN_1_1_0' etc.  However, we know that @known_algorithms has
them all, so use that to find them instead.

Fixes #5157
(where this was reported)

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5282)
util/mkdef.pl