]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netinet6/ah.h
xnu-2422.1.72.tar.gz
[apple/xnu.git] / bsd / netinet6 / ah.h
index cf9ddad2aef6164c56c9361a9b68eb155a3e0a67..c649899d25ae4c5a9f4f78300cdeb703decd7a47 100644 (file)
@@ -55,7 +55,7 @@ struct newah {
        /* variable size, 32bit bound*/ /* Authentication data */
 };
 
        /* variable size, 32bit bound*/ /* Authentication data */
 };
 
-#ifdef KERNEL_PRIVATE
+#ifdef BSD_KERNEL_PRIVATE
 struct secasvar;
 
 struct ah_algorithm_state {
 struct secasvar;
 
 struct ah_algorithm_state {
@@ -86,6 +86,6 @@ extern void ah4_input(struct mbuf *, int);
 extern int ah4_output(struct mbuf *, struct secasvar *);
 extern int ah4_calccksum(struct mbuf *, caddr_t, size_t,
        const struct ah_algorithm *, struct secasvar *);
 extern int ah4_output(struct mbuf *, struct secasvar *);
 extern int ah4_calccksum(struct mbuf *, caddr_t, size_t,
        const struct ah_algorithm *, struct secasvar *);
-#endif /* KERNEL_PRIVATE */
+#endif /* BSD_KERNEL_PRIVATE */
 
 #endif /* _NETINET6_AH_H_ */
 
 #endif /* _NETINET6_AH_H_ */