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
This commit is contained in:
Bjoern A. Zeeb 2008-03-14 16:25:40 +00:00
parent 0a84733d04
commit 4e8a7c9ae1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=177173

View File

@ -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;
}