提交 2b58c83e 编写于 作者: B Benjamin Kaduk 提交者: Rich Salz

Remove some unused options from 10-main.conf

The options RC4_CHUNK_LL, DES_PTR, and BF_PTR were removed by Rich
in commit 3e9e810f but were still
sticking around in a coupule configuration entries.

Since they're unused, remove them.
Reviewed-by: NTim Hudson <tjh@openssl.org>
Reviewed-by: NRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1390)
上级 dc57696c
...@@ -1755,7 +1755,7 @@ sub vms_info { ...@@ -1755,7 +1755,7 @@ sub vms_info {
#as => "???", #as => "???",
#debug_aflags => "/NOOPTIMIZE/DEBUG", #debug_aflags => "/NOOPTIMIZE/DEBUG",
#release_aflags => "/OPTIMIZE/NODEBUG", #release_aflags => "/OPTIMIZE/NODEBUG",
bn_opts => "SIXTY_FOUR_BIT RC4_INT RC4_CHUNK_LL DES_PTR BF_PTR", bn_opts => "SIXTY_FOUR_BIT RC4_INT",
}, },
"vms-alpha-p32" => { "vms-alpha-p32" => {
inherit_from => [ "vms-generic" ], inherit_from => [ "vms-generic" ],
...@@ -1807,7 +1807,7 @@ sub vms_info { ...@@ -1807,7 +1807,7 @@ sub vms_info {
#as => "I4S", #as => "I4S",
#debug_aflags => "/NOOPTIMIZE/DEBUG", #debug_aflags => "/NOOPTIMIZE/DEBUG",
#release_aflags => "/OPTIMIZE/NODEBUG", #release_aflags => "/OPTIMIZE/NODEBUG",
bn_opts => "SIXTY_FOUR_BIT RC4_INT RC4_CHUNK_LL DES_PTR BF_PTR", bn_opts => "SIXTY_FOUR_BIT RC4_INT",
}, },
"vms-ia64-p32" => { "vms-ia64-p32" => {
inherit_from => [ "vms-generic" ], inherit_from => [ "vms-generic" ],
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册