xref: /OK3568_Linux_fs/buildroot/package/safeclib/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_SAFECLIB
2	bool "safeclib"
3	help
4	  safec fork with all C11 Annex K functions
5
6	  This library implements the secure C11 Annex K functions on
7	  top of most libc implementations, which are missing from them.
8
9	  https://rurban.github.io/safeclib/
10