diff options
author | Dimitri John Ledkov <dimitri.ledkov@surgut.co.uk> | 2024-05-22 21:05:07 +0200 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2024-05-24 12:03:21 +0200 |
commit | 05faa4ffee7f20fcee129f77d153f2dcc609bdc8 (patch) | |
tree | ed2289f5536094cd32a7a44bf5f1538131f02d7b /INSTALL.md | |
parent | EVP_CIPHER_CTX_get_key_length(): Add null check of ctx->cipher (diff) | |
download | openssl-05faa4ffee7f20fcee129f77d153f2dcc609bdc8.tar.xz openssl-05faa4ffee7f20fcee129f77d153f2dcc609bdc8.zip |
rand: remove unimplemented librandom stub code
Clean up of unsuable / no-op code.
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24465)
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/INSTALL.md b/INSTALL.md index 8e56ed4a07..2060973ec2 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -510,11 +510,6 @@ This source is ignored by the FIPS provider. Use the `RDSEED` or `RDRAND` command on x86 or `RNDRRS` command on aarch64 if provided by the CPU. -### librandom - -Use librandom (not implemented yet). -This source is ignored by the FIPS provider. - ### none Disable automatic seeding. This is the default on some operating systems where |