New Makefile variables $(RANLIB) and $(PERL).
[openssl.git] / crypto / x509 / Makefile.ssl
index ae7a76817172f17dda2c79c422714f0a6a4ddbf4..4b9d09594797984d815e1a2de398654e69b030ee 100644 (file)
@@ -51,18 +51,17 @@ all:        lib
 
 lib:   $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
-       sh $(TOP)/util/ranlib.sh $(LIB)
+       $(RANLIB) $(LIB)
        @touch lib
 
 files:
-       perl $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
+       $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
 
 links:
-       /bin/rm -f Makefile
-       $(TOP)/util/point.sh Makefile.ssl Makefile ;
-       $(TOP)/util/mklink.sh ../../include $(EXHEADER)
-       $(TOP)/util/mklink.sh ../../test $(TEST)
-       $(TOP)/util/mklink.sh ../../apps $(APPS)
+       @$(TOP)/util/point.sh Makefile.ssl Makefile
+       @$(TOP)/util/mklink.sh ../../include $(EXHEADER)
+       @$(TOP)/util/mklink.sh ../../test $(TEST)
+       @$(TOP)/util/mklink.sh ../../apps $(APPS)
 
 install:
        @for i in $(EXHEADER) ; \
@@ -83,17 +82,17 @@ depend:
        $(MAKEDEPEND) $(INCLUDES) $(PROGS) $(LIBSRC)
 
 dclean:
-       perl -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
+       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
        mv -f Makefile.new $(MAKEFILE)
 
 clean:
-       /bin/rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
+       rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
 errors: $(ERRC).c
 
 $(ERRC).c: $(ERR).err
-       perl $(TOP)/util/err-ins.pl $(ERR).err $(ERR).h
-       perl ../err/err_genc.pl -s $(ERR).h $(ERRC).c
+       $(PERL) $(TOP)/util/err-ins.pl $(ERR).err $(ERR).h
+       $(PERL) ../err/err_genc.pl -s $(ERR).h $(ERRC).c
 
 # DO NOT DELETE THIS LINE -- make depend depends on it.
 
@@ -103,91 +102,100 @@ by_dir.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
 by_dir.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
 by_dir.o: ../../include/idea.h ../../include/lhash.h ../../include/md2.h
 by_dir.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
-by_dir.o: ../../include/pem.h ../../include/pkcs7.h ../../include/rc2.h
-by_dir.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
-by_dir.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
-by_dir.o: ../cryptlib.h ../crypto.h x509.h x509_vfy.h ../../include/asn1.h
-by_file.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
-by_file.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
-by_file.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
-by_file.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
-by_file.o: ../../include/lhash.h ../../include/md2.h ../../include/md5.h
-by_file.o: ../../include/mdc2.h ../../include/objects.h ../../include/pem.h
-by_file.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
-by_file.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
-by_file.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
-by_file.o: x509.h x509_vfy.h ../../include/asn1.h ../../include/bio.h
-v3_net.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
-v3_net.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
-v3_net.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
-v3_net.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
-v3_net.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
-v3_net.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
-v3_net.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
-v3_net.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
-v3_net.o: x509.h x509_vfy.h ../../include/asn1.h ../../include/bio.h
-v3_x509.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
-v3_x509.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
-v3_x509.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
-v3_x509.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
-v3_x509.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
-v3_x509.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
-v3_x509.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
-v3_x509.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
-v3_x509.o: x509.h x509_vfy.h ../../include/asn1.h ../../include/bio.h
-x509_cmp.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
-x509_cmp.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
-x509_cmp.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
-x509_cmp.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
-x509_cmp.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
-x509_cmp.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
-x509_cmp.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
-x509_cmp.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
-x509_cmp.o: x509.h x509_vfy.h ../../include/asn1.h ../../include/bio.h
-x509_d2.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
-x509_d2.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
-x509_d2.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
-x509_d2.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
-x509_d2.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
-x509_d2.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
-x509_d2.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
-x509_d2.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
-x509_d2.o: x509.h x509_vfy.h ../../include/asn1.h ../../include/bio.h
-x509_def.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
-x509_def.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
-x509_def.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
-x509_def.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
-x509_def.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
-x509_def.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
-x509_def.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
-x509_def.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
-x509_def.o: x509.h x509_vfy.h ../../include/asn1.h ../../include/bio.h
-x509_err.o: ../../include/blowfish.h ../../include/bn.h ../../include/cast.h
-x509_err.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
-x509_err.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
-x509_err.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
-x509_err.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
-x509_err.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
-x509_err.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
-x509_err.o: ../crypto.h x509.h x509_vfy.h ../../include/asn1.h
-x509_ext.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
-x509_ext.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
-x509_ext.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
-x509_ext.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
-x509_ext.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
-x509_ext.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
-x509_ext.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
-x509_ext.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
-x509_ext.o: ../cryptlib.h ../crypto.h x509.h x509_vfy.h ../../include/asn1.h
-x509_lu.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
-x509_lu.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
-x509_lu.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
-x509_lu.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
-x509_lu.o: ../../include/lhash.h ../../include/md2.h ../../include/md5.h
-x509_lu.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
-x509_lu.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
-x509_lu.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
-x509_lu.o: ../../include/stack.h ../cryptlib.h ../crypto.h x509.h x509_vfy.h
+by_dir.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+by_dir.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+by_dir.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
+by_dir.o: ../opensslv.h x509.h x509_vfy.h
+by_file.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+by_file.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+by_file.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+by_file.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
+by_file.o: ../../include/idea.h ../../include/lhash.h ../../include/md2.h
+by_file.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+by_file.o: ../../include/pem.h ../../include/pem2.h ../../include/pkcs7.h
+by_file.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+by_file.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+by_file.o: ../../include/stack.h ../cryptlib.h ../crypto.h ../opensslv.h x509.h
+by_file.o: x509_vfy.h
+v3_net.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+v3_net.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+v3_net.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+v3_net.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
+v3_net.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+v3_net.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
+v3_net.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+v3_net.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+v3_net.o: ../../include/stack.h ../cryptlib.h ../crypto.h ../opensslv.h x509.h
+v3_net.o: x509_vfy.h
+v3_x509.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+v3_x509.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+v3_x509.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+v3_x509.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
+v3_x509.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+v3_x509.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
+v3_x509.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+v3_x509.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+v3_x509.o: ../../include/stack.h ../cryptlib.h ../crypto.h ../opensslv.h x509.h
+v3_x509.o: x509_vfy.h
+x509_cmp.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+x509_cmp.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+x509_cmp.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+x509_cmp.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
+x509_cmp.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+x509_cmp.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
+x509_cmp.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+x509_cmp.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+x509_cmp.o: ../../include/stack.h ../cryptlib.h ../crypto.h ../opensslv.h
+x509_cmp.o: x509.h x509_vfy.h
+x509_d2.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+x509_d2.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+x509_d2.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+x509_d2.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
+x509_d2.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+x509_d2.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
+x509_d2.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+x509_d2.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+x509_d2.o: ../../include/stack.h ../cryptlib.h ../crypto.h ../opensslv.h x509.h
+x509_d2.o: x509_vfy.h
+x509_def.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+x509_def.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+x509_def.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+x509_def.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
+x509_def.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+x509_def.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
+x509_def.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+x509_def.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+x509_def.o: ../../include/stack.h ../cryptlib.h ../crypto.h ../opensslv.h
+x509_def.o: x509.h x509_vfy.h
+x509_err.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+x509_err.o: ../../include/bn.h ../../include/cast.h ../../include/des.h
+x509_err.o: ../../include/dh.h ../../include/dsa.h ../../include/err.h
+x509_err.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+x509_err.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+x509_err.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+x509_err.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+x509_err.o: ../../include/sha.h ../../include/stack.h ../crypto.h ../opensslv.h
+x509_err.o: x509.h x509_vfy.h
+x509_ext.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+x509_ext.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+x509_ext.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+x509_ext.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
+x509_ext.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+x509_ext.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
+x509_ext.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+x509_ext.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+x509_ext.o: ../../include/stack.h ../cryptlib.h ../crypto.h ../opensslv.h
+x509_ext.o: x509.h x509_vfy.h
+x509_lu.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+x509_lu.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+x509_lu.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+x509_lu.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
+x509_lu.o: ../../include/idea.h ../../include/lhash.h ../../include/md2.h
+x509_lu.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+x509_lu.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+x509_lu.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+x509_lu.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
+x509_lu.o: ../opensslv.h x509.h x509_vfy.h
 x509_obj.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
 x509_obj.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
 x509_obj.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -197,25 +205,27 @@ x509_obj.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
 x509_obj.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
 x509_obj.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
 x509_obj.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
-x509_obj.o: x509.h x509_vfy.h ../../include/asn1.h ../../include/bio.h
-x509_r2x.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
-x509_r2x.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
-x509_r2x.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
-x509_r2x.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
-x509_r2x.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
-x509_r2x.o: ../../include/pem.h ../../include/pkcs7.h ../../include/rc2.h
-x509_r2x.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
-x509_r2x.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
-x509_r2x.o: ../cryptlib.h ../crypto.h x509.h x509_vfy.h ../../include/asn1.h
-x509_req.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
-x509_req.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
-x509_req.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
-x509_req.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
-x509_req.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
-x509_req.o: ../../include/objects.h ../../include/pem.h ../../include/pkcs7.h
-x509_req.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
-x509_req.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
-x509_req.o: ../../include/stack.h ../cryptlib.h ../crypto.h x509.h x509_vfy.h
+x509_obj.o: ../opensslv.h x509.h x509_vfy.h
+x509_r2x.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+x509_r2x.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+x509_r2x.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+x509_r2x.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
+x509_r2x.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+x509_r2x.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
+x509_r2x.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+x509_r2x.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+x509_r2x.o: ../../include/stack.h ../cryptlib.h ../crypto.h ../opensslv.h
+x509_r2x.o: x509.h x509_vfy.h
+x509_req.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+x509_req.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+x509_req.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+x509_req.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
+x509_req.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+x509_req.o: ../../include/mdc2.h ../../include/objects.h ../../include/pem.h
+x509_req.o: ../../include/pem2.h ../../include/pkcs7.h ../../include/rc2.h
+x509_req.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+x509_req.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+x509_req.o: ../cryptlib.h ../crypto.h ../opensslv.h x509.h x509_vfy.h
 x509_set.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
 x509_set.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
 x509_set.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -224,78 +234,85 @@ x509_set.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
 x509_set.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
 x509_set.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
 x509_set.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
-x509_set.o: ../../include/stack.h ../cryptlib.h ../crypto.h x509.h x509_vfy.h
+x509_set.o: ../../include/stack.h ../cryptlib.h ../crypto.h ../opensslv.h
+x509_set.o: x509.h x509_vfy.h
 x509_txt.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
 x509_txt.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
 x509_txt.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
 x509_txt.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
 x509_txt.o: ../../include/idea.h ../../include/lhash.h ../../include/md2.h
 x509_txt.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
-x509_txt.o: ../../include/pem.h ../../include/pkcs7.h ../../include/rc2.h
-x509_txt.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
-x509_txt.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
-x509_txt.o: ../cryptlib.h ../crypto.h x509.h x509_vfy.h ../../include/asn1.h
-x509_v3.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
-x509_v3.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
-x509_v3.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
-x509_v3.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
-x509_v3.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
-x509_v3.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
-x509_v3.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
-x509_v3.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
-x509_v3.o: ../cryptlib.h ../crypto.h x509.h x509_vfy.h ../../include/asn1.h
-x509_vfy.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
-x509_vfy.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
-x509_vfy.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
-x509_vfy.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
-x509_vfy.o: ../../include/lhash.h ../../include/md2.h ../../include/md5.h
-x509_vfy.o: ../../include/mdc2.h ../../include/objects.h ../../include/pem.h
+x509_txt.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+x509_txt.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+x509_txt.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
+x509_txt.o: ../opensslv.h x509.h x509_vfy.h
+x509_v3.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+x509_v3.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+x509_v3.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+x509_v3.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
+x509_v3.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+x509_v3.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
+x509_v3.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+x509_v3.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+x509_v3.o: ../../include/stack.h ../cryptlib.h ../crypto.h ../opensslv.h x509.h
+x509_v3.o: x509_vfy.h
+x509_vfy.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+x509_vfy.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+x509_vfy.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+x509_vfy.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
+x509_vfy.o: ../../include/idea.h ../../include/lhash.h ../../include/md2.h
+x509_vfy.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
 x509_vfy.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
 x509_vfy.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
 x509_vfy.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
-x509_vfy.o: x509.h x509_vfy.h ../../include/asn1.h ../../include/bio.h
-x509name.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
-x509name.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
-x509name.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
-x509name.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
-x509name.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
-x509name.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
-x509name.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
-x509name.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
-x509name.o: x509.h x509_vfy.h ../../include/asn1.h ../../include/bio.h
-x509pack.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
-x509pack.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
-x509pack.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
-x509pack.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
-x509pack.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
-x509pack.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
-x509pack.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
-x509pack.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
-x509pack.o: x509.h x509_vfy.h ../../include/asn1.h ../../include/bio.h
-x509rset.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
-x509rset.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
-x509rset.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
-x509rset.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
-x509rset.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
-x509rset.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
-x509rset.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
-x509rset.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
-x509rset.o: x509.h x509_vfy.h ../../include/asn1.h ../../include/bio.h
-x509type.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
-x509type.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
-x509type.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
-x509type.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
-x509type.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
-x509type.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
-x509type.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
-x509type.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
-x509type.o: x509.h x509_vfy.h ../../include/asn1.h ../../include/bio.h
-x_all.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
-x_all.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
-x_all.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
-x_all.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
-x_all.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
-x_all.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
-x_all.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
-x_all.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
-x_all.o: x509.h x509_vfy.h
+x509_vfy.o: ../opensslv.h x509.h x509_vfy.h
+x509name.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+x509name.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+x509name.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+x509name.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
+x509name.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+x509name.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
+x509name.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+x509name.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+x509name.o: ../../include/stack.h ../cryptlib.h ../crypto.h ../opensslv.h
+x509name.o: x509.h x509_vfy.h
+x509pack.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+x509pack.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+x509pack.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+x509pack.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
+x509pack.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+x509pack.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
+x509pack.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+x509pack.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+x509pack.o: ../../include/stack.h ../cryptlib.h ../crypto.h ../opensslv.h
+x509pack.o: x509.h x509_vfy.h
+x509rset.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+x509rset.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+x509rset.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+x509rset.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
+x509rset.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+x509rset.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
+x509rset.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+x509rset.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+x509rset.o: ../../include/stack.h ../cryptlib.h ../crypto.h ../opensslv.h
+x509rset.o: x509.h x509_vfy.h
+x509type.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+x509type.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+x509type.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+x509type.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
+x509type.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+x509type.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
+x509type.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+x509type.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+x509type.o: ../../include/stack.h ../cryptlib.h ../crypto.h ../opensslv.h
+x509type.o: x509.h x509_vfy.h
+x_all.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+x_all.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+x_all.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+x_all.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
+x_all.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+x_all.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
+x_all.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+x_all.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+x_all.o: ../../include/stack.h ../cryptlib.h ../crypto.h ../opensslv.h x509.h
+x_all.o: x509_vfy.h