ipsec: strongSwan is not exclusive to Linux kernels

The project is now called "the strongSwan project" rather than "Linux
strongSwan" to better reflect this.
This commit is contained in:
Jose Luis Duran
2023-12-09 18:42:27 +00:00
parent c8ef91c786
commit 454069e094
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -376,7 +376,7 @@ int main(int argc, char *argv[])
status = 0; status = 0;
goto deinit; goto deinit;
case 'v': case 'v':
printf("Linux strongSwan %s\n", VERSION); printf("strongSwan %s\n", VERSION);
status = 0; status = 0;
goto deinit; goto deinit;
case 'l': case 'l':
+4 -4
View File
@@ -277,15 +277,15 @@ command.
.TP .TP
.B "\-\-version" .B "\-\-version"
returns the version in the form of returns the version in the form of
.B Linux strongSwan U<strongSwan userland version>/K<Linux kernel version> .B strongSwan U<strongSwan userland version>/K<kernel version>
if strongSwan uses the native NETKEY IPsec stack of the Linux kernel it is if strongSwan uses the native NETKEY IPsec stack of the kernel it is
running on. running on.
. .
.TP .TP
.B "\-\-versioncode" .B "\-\-versioncode"
returns the version number in the form of returns the version number in the form of
.B U<strongSwan userland version>/K<Linux kernel version> .B U<strongSwan userland version>/K<kernel version>
if strongSwan uses the native NETKEY IPsec stack of the Linux kernel it is if strongSwan uses the native NETKEY IPsec stack of the kernel it is
running on. running on.
. .
.TP .TP