Commits

Andy Green authored 2672fb2d689
move ssl cipher list from compiletime to context creation time option More flexible this way... NULL for the new member means use the ssl library default set of ciphers, so as long as your info struct is zerod by bss or memset, you don't need to do anything about this change unless you want to set the cipher list. Signed-off-by: Andy Green <andy.green@linaro.org>