aboutsummaryrefslogtreecommitdiffstats
path: root/security/openssl/files/patch-ab
blob: 184f8010307e7d61fc6931167b6f9d37e023fa85 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
*** Makefile.ssl.ORIG   Tue Feb 17 21:43:38 1998
--- Makefile.ssl    Tue Feb 17 21:46:22 1998
***************
*** 122,128 ****
    VERSION PROBLEMS MINFO makefile.one e_os.h \
    MICROSOFT makevms.com
  WDIRS=    windows
! LIBS= libcrypto.a libssl.a 
  
  GENERAL=  Makefile
  BASENAME= SSLeay
--- 122,128 ----
    VERSION PROBLEMS MINFO makefile.one e_os.h \
    MICROSOFT makevms.com
  WDIRS=    windows
! LIBS= libcrypto.a libssl.a libRSAglue.a
  
  GENERAL=  Makefile
  BASENAME= SSLeay
***************
*** 272,276 ****
--- 272,277 ----
        sh util/ranlib.sh $(INSTALLTOP)/lib/$$i; \
        chmod 644 $(INSTALLTOP)/lib/$$i ); \
    done
+   cp apps/ssleay.cnf $(INSTALLTOP)/etc/ssleay.cnf.sample
  
  # DO NOT DELETE THIS LINE -- make depend depends on it.