Closed uniapi closed 5 years ago
If status/ready
means that the package was added then the same error message still appears...
Otherwise, ignore this comment.
It means it's ready to be deployed (hover over the label or go to labels page). I'll close when it's deployed.
I might change the name to make it more clear.
Deployed
Great! It does work now... :rainbow:
The openssl library functions are not available in C and NASM solutions (translations). Trying to use the
MD5
function or similar gives the following linker error:The link to C Translation
Please, add
-lcrypto
for C and NASM languages (maybe for C++ and Objective-C) Also add-ldl
as it will be needed in some future Katas not to open a similar issue again...:+1: