Applies the patch to work with Cisco DTLS.

FossilOrigin-Name: 9ed8a3ea930399258d64b3fbfbf0c69798520351e75f80d3c0cf891a3ee667aa
This commit is contained in:
7u83@mail.ru 2015-01-03 23:44:09 +00:00
parent 705a6b4aca
commit 6466a2ba24
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
wget https://www.openssl.org/source/openssl-1.0.1i.tar.gz
tar xzvf openssl-1.0.1i.tar.gz
patch -p0 -i openssl_cisco.patch
cd openssl-1.0.1i
./config
make