summaryrefslogtreecommitdiffstats
path: root/sys/netipsec/key.c
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2008-03-14 16:25:40 +0000
committerbz <bz@FreeBSD.org>2008-03-14 16:25:40 +0000
commitee90b5b6c8e3d3effb8be636e2e720dca2befc97 (patch)
treeb99415c8b2c7f8e3988c824b096297b9ec4977f4 /sys/netipsec/key.c
parent90e95d13b06b94ae27bc587a986770c9aea501bc (diff)
downloadFreeBSD-src-ee90b5b6c8e3d3effb8be636e2e720dca2befc97.zip
FreeBSD-src-ee90b5b6c8e3d3effb8be636e2e720dca2befc97.tar.gz
Remove the "Fast " from the
"Fast IPsec: Initialized Security Association Processing." printf. People kept asking questions about this after the IPsec shuffle. This still is the Fast IPsec implementation so no worries that it would be any slower now. There are no functional changes. Discussed with: sam MFC after: 4 days
Diffstat (limited to 'sys/netipsec/key.c')
-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 5ce367d..1614e81 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;
}
OpenPOWER on IntegriCloud