summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/ipxe')
-rw-r--r--src/include/ipxe/crypto.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/ipxe/crypto.h b/src/include/ipxe/crypto.h
index 9383c076c..7c21e96e9 100644
--- a/src/include/ipxe/crypto.h
+++ b/src/include/ipxe/crypto.h
@@ -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 */