mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
15 lines
663 B
Plaintext
15 lines
663 B
Plaintext
diff -ur --unidirectional-new-file skipsrc-1.0.orig/skip/keymgrd/skip_keymgr.h work.new/skip/keymgrd/skip_keymgr.h
|
|
--- skipsrc-1.0.orig/skip/keymgrd/skip_keymgr.h Fri Oct 25 13:12:49 1996
|
|
+++ work.new/skip/keymgrd/skip_keymgr.h Tue Jan 25 09:58:59 2000
|
|
@@ -128,8 +128,10 @@
|
|
Bstream skip_kp_to_Ekp(Bstream, u_char, int);
|
|
extern Bstream get_random_bytes(int len);
|
|
Bstream kijtokijn(Bstream, u_long);
|
|
+#if 0
|
|
skip_get_raw_keys(int , u_char , Bstream , ENC_ALG_TYPE , MAC_ALG_TYPE ,
|
|
u_long , Bstream &, Bstream &, Bstream &);
|
|
+#endif
|
|
|
|
void set_kij_alg(int , unsigned char , unsigned char );
|
|
extern int skip_set_cdp_port(int, unsigned short);
|