* [PATCH] remove secure_ipv6_id
@ 2004-09-07 15:17 Christoph Hellwig
0 siblings, 0 replies; only message in thread
From: Christoph Hellwig @ 2004-09-07 15:17 UTC (permalink / raw)
To: akpm; +Cc: netdev
looks like the ipv6 code doesn't need this one anymore
--- 1.54/drivers/char/random.c 2004-09-03 11:08:21 +02:00
+++ edited/drivers/char/random.c 2004-09-07 15:51:23 +02:00
@@ -2279,19 +2279,7 @@
return seq;
}
EXPORT_SYMBOL(secure_tcpv6_sequence_number);
-
-__u32 secure_ipv6_id(__u32 *daddr)
-{
- struct keydata *keyptr;
-
- keyptr = check_and_rekey(get_seconds());
-
- return halfMD4Transform(daddr, keyptr->secret);
-}
-
-EXPORT_SYMBOL(secure_ipv6_id);
#endif
-
__u32 secure_tcp_sequence_number(__u32 saddr, __u32 daddr,
__u16 sport, __u16 dport)
--- 1.3/include/linux/random.h 2003-09-21 23:50:34 +02:00
+++ edited/include/linux/random.h 2004-09-07 14:07:58 +02:00
@@ -67,8 +67,6 @@
extern __u32 secure_tcpv6_sequence_number(__u32 *saddr, __u32 *daddr,
__u16 sport, __u16 dport);
-extern __u32 secure_ipv6_id(__u32 *daddr);
-
#ifndef MODULE
extern struct file_operations random_fops, urandom_fops;
#endif
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-09-07 15:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-07 15:17 [PATCH] remove secure_ipv6_id Christoph Hellwig
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).