document random buffer must be multiple of 4 in size
authorderaadt <deraadt@openbsd.org>
Mon, 6 Jan 2014 22:34:22 +0000 (22:34 +0000)
committerderaadt <deraadt@openbsd.org>
Mon, 6 Jan 2014 22:34:22 +0000 (22:34 +0000)
sys/arch/amd64/stand/libsa/random_i386.S
sys/arch/i386/stand/libsa/random_i386.S

index 568c8bb..a2bb35f 100644 (file)
@@ -19,6 +19,9 @@
 #include <machine/psl.h>
 #include <machine/specialreg.h>
 
+/*
+ * Buffer size must be multiple of 4
+ */
 ENTRY(mdrandom)
        pushal
 
index 568c8bb..a2bb35f 100644 (file)
@@ -19,6 +19,9 @@
 #include <machine/psl.h>
 #include <machine/specialreg.h>
 
+/*
+ * Buffer size must be multiple of 4
+ */
 ENTRY(mdrandom)
        pushal