diff options
author | 2001-05-30 18:49:16 +0000 | |
---|---|---|
committer | 2001-05-30 18:49:16 +0000 | |
commit | aca61837cfd7e4dfaa5a1a1b4ef3335ace503066 (patch) | |
tree | 76ef96d58558acdbd62ddfb799699b3df4095f2e | |
parent | Add comments on what the credential types are. (diff) | |
download | wireguard-openbsd-aca61837cfd7e4dfaa5a1a1b4ef3335ace503066.tar.xz wireguard-openbsd-aca61837cfd7e4dfaa5a1a1b4ef3335ace503066.zip |
Remove bogus printf
-rw-r--r-- | sbin/isakmpd/pf_key_v2.c | 5 |
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) |