summaryrefslogtreecommitdiffstats
path: root/package/safeclib/Config.in
diff options
context:
space:
mode:
authorFabrice Fontaine <fontaine.fabrice@gmail.com>2017-12-19 20:12:04 +0100
committerPeter Korsgaard <peter@korsgaard.com>2018-02-03 21:29:54 +0100
commita67cb08d19e6c123737f7401e87103ecca046ea9 (patch)
treeaf4143524519a42ef75296eccb83f8145a1f93a1 /package/safeclib/Config.in
parent929f7e066100822ab5eb81b884b6c023d15e1e31 (diff)
downloadbuildroot-a67cb08d19e6c123737f7401e87103ecca046ea9.tar.gz
buildroot-a67cb08d19e6c123737f7401e87103ecca046ea9.zip
safeclib: new package
safec fork with all C11 Annex K functions This library implements the secure C11 Annex K functions on top of most libc implementations, which are missing from them. https://rurban.github.io/safeclib/ Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/safeclib/Config.in')
-rw-r--r--package/safeclib/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/package/safeclib/Config.in b/package/safeclib/Config.in
new file mode 100644
index 0000000000..5117c49da7
--- /dev/null
+++ b/package/safeclib/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_SAFECLIB
+ bool "safeclib"
+ help
+ safec fork with all C11 Annex K functions
+
+ This library implements the secure C11 Annex K functions on
+ top of most libc implementations, which are missing from them.
+
+ https://rurban.github.io/safeclib/
OpenPOWER on IntegriCloud