summaryrefslogtreecommitdiffstats
path: root/install-win32/openssl/README.txt
blob: 3afb0d4b4d9422a70e54e6b4fdd554f2c6106f7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Rebuild OpenSSL tarball without symbolic links, so
it can be extracted on Windows (run on Unix):

  [download tarball and .asc sig]
  gpg --verify openssl-0.9.8i.tar.gz.asc
  tar xfz openssl-0.9.8i.tar.gz
  tar cfzh openssl-0.9.8i-nolinks.tar.gz openssl-0.9.8i

To apply patch (in MSYS shell):

  cd /c/src/openssl-0.9.8i
  patch -p1 <../21/install-win32/openssl/openssl098.patch

To build OpenSSL, open a command prompt window, then:

  cd \src\openssl-0.9.8i
  ms\mw

To build a new patch (optional):

  diff -urw openssl-0.9.8i.orig openssl-0.9.8i | grep -v '^Only in' >openssl098.patch