freebsd-ports/security/ppgen/files/patch-ppgen_c
Kris Kennaway 34d9284dd3 Add ppgen 1.0, a program to generate random passphrases from dictionary
words, with a desired amount of entropy.

Obtained from:	OpenBSD
2001-08-23 07:03:56 +00:00

10 lines
176 B
Text

--- ppgen.c.orig Tue Aug 29 05:10:45 1995
+++ ppgen.c Sat Aug 12 19:55:51 2000
@@ -29,6 +29,7 @@
#else
char *optarg;
#endif
+#include <errno.h>
#include "ppg_random.h"