You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need the random bytes from openssl package but it seem not to be implemented. What do i need to put into shim.h and shim.c to get the binding working? Thank for your help~
The text was updated successfully, but these errors were encountered:
The purpose of shim.h and shim.c is to allow interoperability with different OpenSSL versions. If the call you're looking to expose is the same across all the versions that are supported, you can just ignore them and call it directly in the go file.
I need the random bytes from openssl package but it seem not to be implemented. What do i need to put into shim.h and shim.c to get the binding working? Thank for your help~
The text was updated successfully, but these errors were encountered: