~ubuntu-branches/debian/stretch/grub2/stretch

« back to all changes in this revision

Viewing changes to lib/crypto.c

Tags: upstream-1.98+20100705
ImportĀ upstreamĀ versionĀ 1.98+20100705

Show diffs side-by-side

added added

removed removed

Lines of Context:
445
445
 
446
446
  grub_memset (buf + cur_len, 0, buf_size - cur_len);
447
447
 
448
 
  grub_putchar ('\n');
 
448
  grub_xputs ("\n");
449
449
  grub_refresh ();
450
450
 
451
451
  return (key != '\e');