OpenSSL not found Facebook SDK

Hi,

I’ve come up against the problem of Facebook settings saying OpenSSL not found as described here Open SSL not found - Questions & Answers - Unity Discussions

I’ve followed all of the steps given in the solutions but still no luck, in fact it goes worse. If I add the necessary details to my Path variable then I can no longer use Facebook settings at all, clicking on Facebook settings leaves the whole of Unity unresponsive and I have to close it from task manager.

Anybody have any ideas please?

Download it from here…I had the same prob
https://code.google.com/p/openssl-for-windows/downloads/list

  1. Download and install OpenSSL. Win32/Win64 OpenSSL Installer for Windows - Shining Light Productions

Win32 OpenSSL v#.#.# (not Light)

OR Win64 OpenSSL v#.#.# (not Light)

  1. Add the OpenSSL directory to your path.

Go to: Control Panel > System > Advanced system settings > Environment Variables

Select the Variable “Path” in the “System variables” window and click Edit.

  1. Add the path to your OpenSSL bin folder to the end of the “Variable value” text. e.g. I added “C:\Program Files\OpenSSL-Win64\bin” to the end of the value text.

restart pc.