]> git.pld-linux.org Git - packages/openssl.git/blob - openssl-fips_install.patch
- rel 2; enable md2 for compatibility with old openssl 0.x
[packages/openssl.git] / openssl-fips_install.patch
1 --- openssl-0.9.8m/fips/Makefile.orig   2009-10-15 16:14:34.000000000 +0200
2 +++ openssl-0.9.8m/fips/Makefile        2010-03-20 08:50:18.958704379 +0100
3 @@ -190,10 +190,6 @@
4                 chmod 755 $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$i.new; \
5                 mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$i.new $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$i; \
6         done
7 -       cp -p -f $(FIPSLIBDIR)fipscanister.o $(FIPSLIBDIR)fipscanister.o.sha1 \
8 -               $(FIPSLIBDIR)fips_premain.c $(FIPSLIBDIR)fips_premain.c.sha1 \
9 -               $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/; \
10 -       chmod 0444 $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/fips*
11  
12  lint:
13         @target=lint; $(RECURSIVE_MAKE)
This page took 0.035546 seconds and 4 git commands to generate.