I built the non-dll version of OpenSSL on my windows box. Per the instructions I modified the build script to include debug symbols. I can link against them fine and they run. But when I try to step into an openssl function from my cpp code it just steps over. I know this is a total noob question but how do I fix this? I have all the source and headers but I think there must be magic invocation I'm missing to tell Visual Studio where they are. Or something.
Thanks! Mac-guy-suffering-in-windows-land