shadow / shadow-plugin-tor

A Shadow plug-in that runs the Tor anonymity software
https://shadow.github.io
Other
49 stars 39 forks source link

Include openssl rand header and fix types #97

Closed sporksmith closed 4 years ago

sporksmith commented 4 years ago

Including the header lets us detect if we're (still) getting the types in the function signatures correct. It turns out some of the callbacks should have been returning an integer, which is now fixed.