summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-05-30 18:49:17 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-05-30 18:49:17 +0000
commit9cb57e18674893992602c4b718a33b1a4ab31a63 (patch)
tree24b14766d7f1efe65b229ab174ac507521074af0
parent13c9a876d44719b984957b22b48b824b3bec09fd (diff)
Remove bogus printf
-rw-r--r--sbin/isakmpd/pf_key_v2.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sbin/isakmpd/pf_key_v2.c b/sbin/isakmpd/pf_key_v2.c
index 7b250eba586..3b300ce0dd0 100644
--- a/sbin/isakmpd/pf_key_v2.c
+++ b/sbin/isakmpd/pf_key_v2.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pf_key_v2.c,v 1.52 2001/05/30 16:46:33 angelos Exp $ */
+/* $OpenBSD: pf_key_v2.c,v 1.53 2001/05/30 18:49:16 angelos Exp $ */
/* $EOM: pf_key_v2.c,v 1.79 2000/12/12 00:33:19 niklas Exp $ */
/*
@@ -1216,9 +1216,6 @@ pf_key_v2_set_spi (struct sa *sa, struct proto *proto, int incoming,
free (sid);
}
- printf("%p %p %p %p\n",isakmp_sa->recv_cert, isakmp_sa->sent_cert,
- isakmp_sa->sent_key, isakmp_sa->recv_key);
-
#ifdef SADB_CREDTYPE_NONE
/* Setup credentials */
if (isakmp_sa->recv_cert)