blob: fd9732bf433eeec0d4e62f8f95507bfae5126acc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -ur --unidirectional-new-file skipsrc-1.0.orig/certs/lib/manualcrl.h work.new/certs/lib/manualcrl.h
--- skipsrc-1.0.orig/certs/lib/manualcrl.h Fri Oct 25 13:11:47 1996
+++ work.new/certs/lib/manualcrl.h Mon Jan 24 13:01:14 2000
@@ -58,7 +58,7 @@
int store(const char *filename);
void add(Bigint&);
void del(Bigint&);
- ispresent(Bigint&);
+ int ispresent(Bigint&);
ManualCRL();
ManualCRL(const ManualCRL&);
ManualCRL& operator =(const ManualCRL& rhs);
|