Started implementation of OpenSSL helpers
commitee42f1071b910dcff106e40b094b821189fc66d2
authorRonald Landheer-Cieslak <ronald@landheer-cieslak.com>
Sun, 23 Sep 2007 22:02:43 +0000 (23 18:02 -0400)
committerRonald Landheer-Cieslak <ronald@landheer-cieslak.com>
Thu, 27 Sep 2007 01:19:58 +0000 (26 21:19 -0400)
treed548c2d24d7fb3d30d6306fbc21d10597bec5284
parent76f54235502801fa4d36d43fa20b8dc5d5252945
Started implementation of OpenSSL helpers

This needs a TLS implementation because we will be using an idptr_function rather than an id_function, as it is the more portable solution
lib/Spin/Private/OpenSSL.cpp [new file with mode: 0644]
lib/Spin/Private/TLS.cpp [new file with mode: 0644]
lib/Spin/Private/TLS.h [new file with mode: 0644]