2000-01-26 01:55:28 +00:00
|
|
|
diff -ur --unidirectional-new-file skipsrc-1.0.orig/certs/lib/X509skip.h work.new/certs/lib/X509skip.h
|
|
|
|
--- skipsrc-1.0.orig/certs/lib/X509skip.h Fri Oct 25 13:11:44 1996
|
|
|
|
+++ work.new/certs/lib/X509skip.h Mon Jan 24 13:34:50 2000
|
|
|
|
@@ -63,13 +63,13 @@
|
|
|
|
X509SkipCert& operator=(const X509SkipCert&);
|
1999-03-10 22:28:00 +00:00
|
|
|
|
2000-01-26 01:55:28 +00:00
|
|
|
int CertType();
|
|
|
|
- skip_params(Bigint &, Bigint &);
|
|
|
|
+ int skip_params(Bigint &, Bigint &);
|
|
|
|
Bigint skip_pubkey();
|
|
|
|
Bstream skip_name();
|
|
|
|
u_long skip_notvalidafter();
|
|
|
|
u_long skip_notvalidbefore();
|
|
|
|
Bstream encode();
|
|
|
|
- decode(Bstream);
|
|
|
|
+ int decode(Bstream);
|
|
|
|
char* isValid(AuthPolicy&);
|
|
|
|
virtual Bstream get_issuer();
|
|
|
|
void print();
|