Config.in 265 B

123456789
  1. config BR2_PACKAGE_SAFECLIB
  2. bool "safeclib"
  3. help
  4. safec fork with all C11 Annex K functions
  5. This library implements the secure C11 Annex K functions on
  6. top of most libc implementations, which are missing from them.
  7. https://rurban.github.io/safeclib/