[rng] Remove obsolete (and unfinished) get_random_bytes() function

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2012-03-13 04:41:49 +00:00
parent 554627c960
commit ffb6d6be6d
2 changed files with 0 additions and 57 deletions
-2
View File
@@ -151,6 +151,4 @@ extern struct digest_algorithm digest_null;
extern struct cipher_algorithm cipher_null;
extern struct pubkey_algorithm pubkey_null;
void get_random_bytes ( void *buf, size_t len );
#endif /* _IPXE_CRYPTO_H */