diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-02-12 06:57:20 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-02-12 06:57:20 +0000 |
commit | 06e45677214e0f48de64e9b7279df6b278a693a1 (patch) | |
tree | 4d3e83447aaf657dd9a2075a76375f21c28c9ec8 /sys/netinet | |
parent | e08ba64545b776a4e1a827b41eb097d624e77996 (diff) |
putting #error into an include file is totally wrong
Diffstat (limited to 'sys/netinet')
-rw-r--r-- | sys/netinet/ip_ipsp.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/netinet/ip_ipsp.h b/sys/netinet/ip_ipsp.h index d2c63a4145b..84f7a88f400 100644 --- a/sys/netinet/ip_ipsp.h +++ b/sys/netinet/ip_ipsp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_ipsp.h,v 1.76 2001/02/11 16:25:37 fgsch Exp $ */ +/* $OpenBSD: ip_ipsp.h,v 1.77 2001/02/12 06:57:19 deraadt Exp $ */ /* * The authors of this code are John Ioannidis (ji@tla.org), @@ -395,9 +395,6 @@ htonq(u_int64_t q) #endif #ifdef _KERNEL -#ifndef CRYPTO -#error "Must define CRYPTO in kernel config" -#endif /* * Protects all tdb lists. |