aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2008-03-14 16:25:40 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2008-03-14 16:25:40 +0000
commit4e8a7c9ae159d7ba9ffa6954e1e5723514455f04 (patch)
treeb99415c8b2c7f8e3988c824b096297b9ec4977f4
parent0a84733d04f6dfbdbca83908e5c1415eb00efaaa (diff)
Notes
-rw-r--r--sys/netipsec/key.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netipsec/key.c b/sys/netipsec/key.c
index 5ce367da8dc3..1614e8156c4b 100644
--- a/sys/netipsec/key.c
+++ b/sys/netipsec/key.c
@@ -7122,7 +7122,7 @@ key_init()
/* initialize key statistics */
keystat.getspi_count = 1;
- printf("Fast IPsec: Initialized Security Association Processing.\n");
+ printf("IPsec: Initialized Security Association Processing.\n");
return;
}