forked from rpms/openssl
Correct patent expiry dates, in case of ECC more conservative estimate
This commit is contained in:
parent
a62c516f75
commit
540056f0e0
@ -5,9 +5,9 @@ set -e
|
||||
|
||||
# Clean out patent-or-otherwise-encumbered code.
|
||||
# MDC-2: 4,908,861 13/03/2007 - expired, we do not remove it but do not enable it anyway
|
||||
# IDEA: 5,214,703 25/05/2010
|
||||
# RC5: 5,724,428 03/03/2015
|
||||
# EC: ????????? ??/??/2015
|
||||
# IDEA: 5,214,703 07/01/2012
|
||||
# RC5: 5,724,428 01/11/2015
|
||||
# EC: ????????? ??/??/2020
|
||||
|
||||
# Remove assembler portions of IDEA, MDC2, and RC5.
|
||||
(find crypto/{idea,rc5}/asm -type f | xargs -r rm -fv)
|
||||
|
Loading…
Reference in New Issue
Block a user