#How to link depreciated library(OpenSSL) to your project on MacOS when you have Conda installed?

2 messages · Page 1 of 1 (latest)

keen rose
#

Hello, I tried to link OpenSSL on my project on MacOS. But, it is depreciated on MacOS. So, I followed some online article to link it. But, still could not link it. My guess:

  1. I did not link it properly with correct path or some variable. I might have to make some adjustment to code that I did not do. The article I followed (https://medium.com/@timmykko/using-openssl-library-with-macos-sierra-7807cfd47892)
  2. or I have conda installed which I read that it interferes with brew and to be honest I do not remeber installing brew. I had anaconda intalled for Python stuff. My guess conda could be interfering with the brew stuff or something.

The project I tried to run. (https://github.com/frankw2/libfss) please let me know how do I fix it. Thank you.

GitHub

Library for performing Function Secret Sharing (FSS) - GitHub - frankw2/libfss: Library for performing Function Secret Sharing (FSS)

steady tapirBOT
#

When your question is answered use !solved to mark the question as resolved.

Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.