Updates documentation of RC4_CHAR and RC4_INT: Should not be used for new configuration targets

Fixes: #21358

CLA: trivial

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21391)
This commit is contained in:
Frederik Wedel-Heinen 2023-07-07 13:17:11 +02:00 committed by Tomas Mraz
parent 0fa6612ed6
commit c2a8226cba
1 changed files with 6 additions and 0 deletions

View File

@ -240,8 +240,14 @@ In each table entry, the following keys are significant:
is ILP32;
RC4_CHAR RC4 key schedule is made
up of 'unsigned char's;
Note: should not be used
for new configuration
targets
RC4_INT RC4 key schedule is made
up of 'unsigned int's;
Note: should not be used
for new configuration
targets
[1] as part of the target configuration, one can have a key called
`inherit_from` that indicates what other configurations to inherit