mkdir /root/openssl
cd /root/openssl
wget rpm.lhb.kr/ktds/openssh/openssl-1.0.1c.tar.gz
tar xvfpz openssl-1.0.1c.tar.gz
cd openssl-1.0.1c
./config --prefix=/usr/local/openssl
--openssldir=/usr/local/openssl no-zlib no-asm threads no-shared no-idea no-mdc2 no-rc5
make depend
make
make test
make install