diff options
author | 2000-10-07 06:59:24 +0000 | |
---|---|---|
committer | 2000-10-07 06:59:24 +0000 | |
commit | 3724e3b93a024aa16324baa838db858e3dc11e2c (patch) | |
tree | c34a635fe49da033590af9fa62a8b98a49417a65 | |
parent | Merge with EOM 1.16 (diff) | |
download | wireguard-openbsd-3724e3b93a024aa16324baa838db858e3dc11e2c.tar.xz wireguard-openbsd-3724e3b93a024aa16324baa838db858e3dc11e2c.zip |
Merge with EOM 1.42
author: ho
ipsec_decode_ids is only used with USE_DEBUG
-rw-r--r-- | sbin/isakmpd/isakmp_doi.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/isakmpd/isakmp_doi.c b/sbin/isakmpd/isakmp_doi.c index e3de955b0cf..42d788be710 100644 --- a/sbin/isakmpd/isakmp_doi.c +++ b/sbin/isakmpd/isakmp_doi.c @@ -1,5 +1,5 @@ -/* $OpenBSD: isakmp_doi.c,v 1.10 2000/08/03 07:23:00 niklas Exp $ */ -/* $EOM: isakmp_doi.c,v 1.41 2000/07/02 18:47:16 provos Exp $ */ +/* $OpenBSD: isakmp_doi.c,v 1.11 2000/10/07 06:59:24 niklas Exp $ */ +/* $EOM: isakmp_doi.c,v 1.42 2000/09/12 16:29:41 ho Exp $ */ /* * Copyright (c) 1998, 1999 Niklas Hallqvist. All rights reserved. @@ -105,7 +105,9 @@ static struct doi isakmp_doi = { isakmp_validate_transform_id, isakmp_initiator, isakmp_responder, +#ifdef USE_DEBUG ipsec_decode_ids +#endif }; /* Requires doi_init to already have been called. */ |