Installation of openssl
Install openssl by running the following commands:
GCC issues a warning on every compilation because the Configure
command uses -m486 instead of -march=i486. To fix this behavior,
change the definition on line 337 of Configure. The line begins with "linux-elf".
mv doc/apps/passwd.pod doc/apps/openssl-passwd.pod &&
./Configure linux-elf --openssldir=/etc/ssl --prefix=/usr shared &&
make MANDIR=/usr/share/man &&
make MANDIR=/usr/share/man install &&
rmdir /etc/ssl/lib