On Tue, Nov 15, 2016 at 12:44 AM, Azat Khuzhin <[email protected]> wrote: > On Tue, Nov 15, 2016 at 12:37 AM, varun <[email protected]> wrote: >> Hi Azat, >> >> It didn't work. I do not have the git repo checked out hence using tarball >> and using patch command. > > Hi, > > Is there any reason doing thiss without git? > If you don't have ability to install git, than you can use this tarball > instead: > https://github.com/azat/libevent/archive/openssl-1.1-init-fixes.zip > > It will contain the whole libevent sources.
P.S. It works with "patch -p1" wget https://github.com/libevent/libevent/archive/release-2.1.7-rc.tar.gz tar -xzf release-2.1.7-rc.tar.gz cd libevent-release-2.1.7-rc/ wget https://github.com/libevent/libevent/compare/master...azat:openssl-1.1-init-fixes.patch $ patch -p1 < master...azat\:openssl-1.1-init-fixes.patch patching file sample/le-proxy.c patching file test/regress_ssl.c *********************************************************************** To unsubscribe, send an e-mail to [email protected] with unsubscribe libevent-users in the body.
