NCONF_test.cnf 357 B

12345678910111213141516171819
  1. #
  2. # This file is a sample configuration file that
  3. # can be loaded with wolfSSL_NCONF_load
  4. #
  5. dir = ./test-dir
  6. port = 1234
  7. [ section1 ]
  8. file1 = ./test-dir/file1 # test comment
  9. file1_copy = $dir/file1
  10. s1_dir = ./section1 # more comments
  11. [section2]
  12. fileName2 = file2
  13. file_list = ${section1::file1}:$dir/file2:${section1::s1_dir}:$fileName2
  14. port = 4321