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