bsptemplate/asspandvariant/template_variant/specific/keyboard_interrupt.cpp
branchCompilerCompatibility
changeset 77 c4d65d91ad0c
parent 62 4a8fed1c0ef6
--- a/bsptemplate/asspandvariant/template_variant/specific/keyboard_interrupt.cpp	Mon Mar 08 11:57:08 2010 +0000
+++ b/bsptemplate/asspandvariant/template_variant/specific/keyboard_interrupt.cpp	Sun Mar 14 13:15:32 2010 +0000
@@ -182,6 +182,10 @@
 	{
 	DKeyboardTemplate& k=*(DKeyboardTemplate*)aPtr;
 	Interrupt::Disable(KIntIdKeyboard);
+
+    // Add the timing of key interrupts as entropy data for the RNG
+	Interrupt::AddTimingEntropy();
+
 	k.iEventDfc.Add();
 	}