Using electron-builder to build Windows app, When signing up, I got this error :
dyld: Library not loaded: /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib
For me, re-installing openssh (not openssl) was the only solution.
brew remove openssh brew install openssh