Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F160492450
D36366.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
580 B
Referenced Files
None
Subscribers
None
D36366.diff
View Options
diff --git a/stand/efi/loader/main.c b/stand/efi/loader/main.c
--- a/stand/efi/loader/main.c
+++ b/stand/efi/loader/main.c
@@ -1205,7 +1205,11 @@
return (EFI_SUCCESS); /* keep compiler happy */
}
+/*
+ * efi-seed-entropy is deprecated. Please use the new name seed-entropy.
+ */
COMMAND_SET(efi_seed_entropy, "efi-seed-entropy", "try to get entropy from the EFI RNG", command_seed_entropy);
+COMMAND_SET(seed_entropy, "seed-entropy", "try to get entropy from the firmware's RNG services", command_seed_entropy);
static int
command_seed_entropy(int argc, char *argv[])
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jun 26, 2:06 AM (3 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34308637
Default Alt Text
D36366.diff (580 B)
Attached To
Mode
D36366: stand: Move to using generic name for seeding entropy.
Attached
Detach File
Event Timeline
Log In to Comment