Add PAL test for EnsureOpenSslInitialized
authorStephen Toub <stoub@microsoft.com>
Fri, 13 Mar 2015 09:32:55 +0000 (05:32 -0400)
committerStephen Toub <stoub@microsoft.com>
Fri, 13 Mar 2015 09:32:55 +0000 (05:32 -0400)
commit9b6f82ff8dc65addb1e63b39fd70d8fa593e30b1
tree5a958ae134d20d5db92f2e432b64a591cfcd5a63
parent6a3a6dd7b990561422dd9ba1e8c97913ea1a6dd4
Add PAL test for EnsureOpenSslInitialized

This includes removing an unnecessary assert from the function
that was causing the tests to fail, as well as addressing one
piece of PR feedback.
src/pal/src/misc/miscpalapi.cpp
src/pal/tests/palsuite/miscellaneous/CMakeLists.txt
src/pal/tests/palsuite/miscellaneous/EnsureOpenSslInitialized/CMakeLists.txt [new file with mode: 0644]
src/pal/tests/palsuite/miscellaneous/EnsureOpenSslInitialized/test1/CMakeLists.txt [new file with mode: 0644]
src/pal/tests/palsuite/miscellaneous/EnsureOpenSslInitialized/test1/test.c [new file with mode: 0644]
src/pal/tests/palsuite/miscellaneous/EnsureOpenSslInitialized/test1/testinfo.dat [new file with mode: 0644]
src/pal/tests/palsuite/paltestlist.txt