mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
13 lines
418 B
Plaintext
13 lines
418 B
Plaintext
diff -ur --unidirectional-new-file skipsrc-1.0.orig/certs/hashcert/dh_keygen.C work.new/certs/hashcert/dh_keygen.C
|
|
--- skipsrc-1.0.orig/certs/hashcert/dh_keygen.C Fri Oct 25 13:11:37 1996
|
|
+++ work.new/certs/hashcert/dh_keygen.C Mon Jan 24 12:35:36 2000
|
|
@@ -54,6 +54,8 @@
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
+#include <unistd.h>
|
|
+#include <time.h>
|
|
#include <sys/types.h>
|
|
#include "Time.h"
|
|
#include "Bigint.h"
|