aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2023-08-30 20:49:44 +0000
committerEd Maste <emaste@FreeBSD.org>2023-09-07 15:59:46 +0000
commitb461276d75488fe50c1503db85d43cbb8c3c3067 (patch)
tree733bae88161fad63169401bbd5067f91d455c81d
parentf10f65999fe56e92f00b5bc5d27ac342cfea5364 (diff)
downloadsrc-b461276d75488fe50c1503db85d43cbb8c3c3067.tar.gz
src-b461276d75488fe50c1503db85d43cbb8c3c3067.zip
Update WITH_/WITHOUT_SSP descriptions
ProPolice refers to a specific implementation by Hiroaki Etoh and Kunikazu Yoda. The implementation in contemporary Clang and GCC is somewhat different and newer, so use a generic term in the src.conf descriptions. Sponsored by: The FreeBSD Foundation
-rw-r--r--tools/build/options/WITHOUT_SSP2
-rw-r--r--tools/build/options/WITH_SSP2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/build/options/WITHOUT_SSP b/tools/build/options/WITHOUT_SSP
index 9dc19c117995..88162cecf14a 100644
--- a/tools/build/options/WITHOUT_SSP
+++ b/tools/build/options/WITHOUT_SSP
@@ -1 +1 @@
-Do not build world with propolice stack smashing protection.
+Do not build world with stack smashing protection.
diff --git a/tools/build/options/WITH_SSP b/tools/build/options/WITH_SSP
index 22aba26fd6cc..0088dd133782 100644
--- a/tools/build/options/WITH_SSP
+++ b/tools/build/options/WITH_SSP
@@ -1 +1 @@
-Build world with propolice stack smashing protection.
+Build world with stack smashing protection.