blob: 6ab3833b796be9eedf0f86a964d782a14fbb1c47 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
diff -ur --unidirectional-new-file skipsrc-1.0.orig/certs/lib/CertInfo.C work.new/certs/lib/CertInfo.C
--- skipsrc-1.0.orig/certs/lib/CertInfo.C Fri Oct 25 13:11:39 1996
+++ work.new/certs/lib/CertInfo.C Mon Mar 8 21:33:38 1999
@@ -44,6 +44,7 @@
#pragma ident "@(#)CertInfo.C 1.14 96/04/10"
+#include <time.h>
#include "CertInfo.h"
#include "X509skip.h"
#include "HashCert.h"
|