Completely remove RAND_egd support
The EGD daemon is completely unmaintained and has not seen a release since 13 years which is not an acceptable timeframe for cryptographic software. It is not packaged in any linux distribution I know of and definitely not in *BSD. LibreSSL has already dropped support for RAND_egd.
This commit is contained in:
@@ -226,9 +226,6 @@ HEIMDAL_CRYPTO_1.0 {
|
||||
hc_RAND_add;
|
||||
hc_RAND_bytes;
|
||||
hc_RAND_cleanup;
|
||||
hc_RAND_egd;
|
||||
hc_RAND_egd_bytes;
|
||||
hc_RAND_egd_method;
|
||||
hc_RAND_file_name;
|
||||
hc_RAND_fortuna_method;
|
||||
hc_RAND_get_rand_method;
|
||||
|
Reference in New Issue
Block a user