how to print them only when actually using keyboard
entropy. The existing code was clearly wrong, as it used
an enumerated value as a boolean
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: rndc-confgen.c,v 1.5 2001/08/03 22:33:02 gson Exp $ */
+/* $Id: rndc-confgen.c,v 1.6 2001/08/03 23:44:49 gson Exp $ */
#include <config.h>
isc_entropy_detach(&ectx);
dst_lib_destroy();
- if (open_keyboard)
- /*
- * Add a little vertical whitespace to separate it
- * from the "stop typing" message".
- */
- printf("\n\n");
-
if (keyonly) {
write_key_file(keyfile, chrootdir == NULL ? user : NULL,
keyname, &key_txtbuffer);