mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 21:09:31 -04:00
16 lines
527 B
Plaintext
16 lines
527 B
Plaintext
$NetBSD: patch-af,v 1.1 2000/08/23 23:26:46 wiz Exp $
|
|
|
|
--- telnet/libtelnet/enc-proto.h.orig Thu Dec 10 02:44:43 1998
|
|
+++ telnet/libtelnet/enc-proto.h
|
|
@@ -163,10 +163,4 @@
|
|
#define des_set_random_generator_seed des_random_seed
|
|
#endif
|
|
|
|
-int des_new_random_key P((Block));
|
|
-void des_set_random_generator_seed P((Block));
|
|
-int des_key_sched P((Block, Schedule));
|
|
-void des_ecb_encrypt P((Block, Block, Schedule, int));
|
|
-int des_string_to_key P((char *, Block));
|
|
-void des_fixup_key_parity P((Block));
|
|
#endif /* ENCRYPTION */
|