1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/security/skip/files/patch-ai
1999-03-10 22:28:00 +00:00

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 Mar 8 21:33:38 1999
@@ -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"