mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
13 lines
469 B
Plaintext
13 lines
469 B
Plaintext
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);
|