freebsd-ports/security/isakmpd/files/patch-ike_quick_mode.c
Simon L. B. Nielsen ebd97bd79d - Update to a new snapshot from the OpenBSD 2.6 branch dated 20041207
which, among many other things, fixes the know security
  vulnerabilities.
- Remove some notes about tracking NetBSD, since the port does not do
  that anymore.
- Remove out-of-date information from pkg-descr.
- Take maintainership.

Approved by:	nectar
2004-12-14 11:49:45 +00:00

16 lines
568 B
C

--- ike_quick_mode.c 2004/08/14 13:29:50 1.86
+++ ike_quick_mode.c 2004/09/17 13:53:08 1.87
@@ -1739,8 +1739,11 @@
"strdup (\"%s\") failed", name);
goto cleanup;
}
- } else if (ignore_policy || strncmp("yes", conf_get_str("General",
- "Use-Keynote"), 3)) {
+ } else if (
+#ifdef USE_POLICY
+ ignore_policy ||
+#endif
+ strncmp("yes", conf_get_str("General", "Use-Keynote"), 3)) {
log_print("responder_recv_HASH_SA_NONCE: peer proposed "
"invalid phase 2 IDs: %s",
(exchange->doi->decode_ids("initiator id %s, responder"