How can I downgrade OpenSSL to 1.0.0 in Ubuntu?
I have installed Ubuntu 12.04. Sadly, there is a problem with OpenSSL 1.0.1 and I would need to downgrade to version 1.0.0.
How can I do it the easiest way?
When I run:
sudo apt-cache madison openssl
Only versions 1.0.1 get listed.
All tips are appreciated!