aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-03-22 12:22:14 +0000
committerBen Laurie <ben@openssl.org>1999-03-22 12:22:14 +0000
commitb4cadc6e1343c01b06613053a90ed2ee85e65090 (patch)
tree5670424b0d897cd7f8161e321f0f514131265159 /crypto/evp
parent0f423567a72b68b617ad5554e51095f1017a9d7b (diff)
downloadopenssl-b4cadc6e1343c01b06613053a90ed2ee85e65090.tar.gz
Fix security hole.
Diffstat (limited to 'crypto/evp')
-rw-r--r--crypto/evp/Makefile.ssl118
-rw-r--r--crypto/evp/evp_enc.c2
2 files changed, 60 insertions, 60 deletions
diff --git a/crypto/evp/Makefile.ssl b/crypto/evp/Makefile.ssl
index 89bab2a016..89b7df56d3 100644
--- a/crypto/evp/Makefile.ssl
+++ b/crypto/evp/Makefile.ssl
@@ -119,7 +119,7 @@ bio_b64.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
bio_b64.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
bio_b64.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
bio_b64.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
-bio_b64.o: evp.h
+bio_b64.o: ../opensslv.h evp.h
bio_enc.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
bio_enc.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
bio_enc.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -128,7 +128,7 @@ bio_enc.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
bio_enc.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
bio_enc.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
bio_enc.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
-bio_enc.o: evp.h
+bio_enc.o: ../opensslv.h evp.h
bio_md.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
bio_md.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
bio_md.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -137,7 +137,7 @@ bio_md.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
bio_md.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
bio_md.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
bio_md.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
-bio_md.o: evp.h
+bio_md.o: ../opensslv.h evp.h
bio_ok.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
bio_ok.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
bio_ok.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -146,7 +146,7 @@ bio_ok.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
bio_ok.o: ../../include/objects.h ../../include/rand.h ../../include/rc2.h
bio_ok.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
bio_ok.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
-bio_ok.o: ../cryptlib.h ../crypto.h evp.h
+bio_ok.o: ../cryptlib.h ../crypto.h ../opensslv.h evp.h
c_all.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
c_all.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
c_all.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -155,7 +155,7 @@ c_all.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
c_all.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
c_all.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
c_all.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
-c_all.o: evp.h
+c_all.o: ../opensslv.h evp.h
digest.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
digest.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
digest.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -164,7 +164,7 @@ digest.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
digest.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
digest.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
digest.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
-digest.o: evp.h
+digest.o: ../opensslv.h evp.h
e_cbc_3d.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
e_cbc_3d.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
e_cbc_3d.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -173,7 +173,7 @@ e_cbc_3d.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
e_cbc_3d.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
e_cbc_3d.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
e_cbc_3d.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
-e_cbc_3d.o: evp.h
+e_cbc_3d.o: ../opensslv.h evp.h
e_cbc_bf.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
e_cbc_bf.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
e_cbc_bf.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -182,7 +182,7 @@ e_cbc_bf.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
e_cbc_bf.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
e_cbc_bf.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
e_cbc_bf.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
-e_cbc_bf.o: evp.h
+e_cbc_bf.o: ../opensslv.h evp.h
e_cbc_c.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
e_cbc_c.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
e_cbc_c.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -191,7 +191,7 @@ e_cbc_c.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
e_cbc_c.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
e_cbc_c.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
e_cbc_c.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
-e_cbc_c.o: evp.h
+e_cbc_c.o: ../opensslv.h evp.h
e_cbc_d.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
e_cbc_d.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
e_cbc_d.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -200,7 +200,7 @@ e_cbc_d.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
e_cbc_d.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
e_cbc_d.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
e_cbc_d.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
-e_cbc_d.o: evp.h
+e_cbc_d.o: ../opensslv.h evp.h
e_cbc_i.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
e_cbc_i.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
e_cbc_i.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -209,7 +209,7 @@ e_cbc_i.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
e_cbc_i.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
e_cbc_i.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
e_cbc_i.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
-e_cbc_i.o: evp.h
+e_cbc_i.o: ../opensslv.h evp.h
e_cbc_r2.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
e_cbc_r2.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
e_cbc_r2.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -218,7 +218,7 @@ e_cbc_r2.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
e_cbc_r2.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
e_cbc_r2.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
e_cbc_r2.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
-e_cbc_r2.o: evp.h
+e_cbc_r2.o: ../opensslv.h evp.h
e_cbc_r5.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
e_cbc_r5.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
e_cbc_r5.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -227,7 +227,7 @@ e_cbc_r5.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
e_cbc_r5.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
e_cbc_r5.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
e_cbc_r5.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
-e_cbc_r5.o: evp.h
+e_cbc_r5.o: ../opensslv.h evp.h
e_cfb_3d.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
e_cfb_3d.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
e_cfb_3d.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -236,7 +236,7 @@ e_cfb_3d.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
e_cfb_3d.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
e_cfb_3d.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
e_cfb_3d.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
-e_cfb_3d.o: evp.h
+e_cfb_3d.o: ../opensslv.h evp.h
e_cfb_bf.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
e_cfb_bf.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
e_cfb_bf.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -245,7 +245,7 @@ e_cfb_bf.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
e_cfb_bf.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
e_cfb_bf.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
e_cfb_bf.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
-e_cfb_bf.o: evp.h
+e_cfb_bf.o: ../opensslv.h evp.h
e_cfb_c.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
e_cfb_c.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
e_cfb_c.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -254,7 +254,7 @@ e_cfb_c.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
e_cfb_c.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
e_cfb_c.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
e_cfb_c.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
-e_cfb_c.o: evp.h
+e_cfb_c.o: ../opensslv.h evp.h
e_cfb_d.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
e_cfb_d.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
e_cfb_d.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -263,7 +263,7 @@ e_cfb_d.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
e_cfb_d.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
e_cfb_d.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
e_cfb_d.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
-e_cfb_d.o: evp.h
+e_cfb_d.o: ../opensslv.h evp.h
e_cfb_i.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
e_cfb_i.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
e_cfb_i.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -272,7 +272,7 @@ e_cfb_i.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
e_cfb_i.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
e_cfb_i.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
e_cfb_i.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
-e_cfb_i.o: evp.h
+e_cfb_i.o: ../opensslv.h evp.h
e_cfb_r2.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
e_cfb_r2.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
e_cfb_r2.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -281,7 +281,7 @@ e_cfb_r2.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
e_cfb_r2.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
e_cfb_r2.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
e_cfb_r2.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
-e_cfb_r2.o: evp.h
+e_cfb_r2.o: ../opensslv.h evp.h
e_cfb_r5.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
e_cfb_r5.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
e_cfb_r5.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -290,7 +290,7 @@ e_cfb_r5.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
e_cfb_r5.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
e_cfb_r5.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
e_cfb_r5.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
-e_cfb_r5.o: evp.h
+e_cfb_r5.o: ../opensslv.h evp.h
e_ecb_3d.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
e_ecb_3d.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
e_ecb_3d.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -299,7 +299,7 @@ e_ecb_3d.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
e_ecb_3d.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
e_ecb_3d.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
e_ecb_3d.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
-e_ecb_3d.o: evp.h
+e_ecb_3d.o: ../opensslv.h evp.h
e_ecb_bf.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
e_ecb_bf.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
e_ecb_bf.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -308,7 +308,7 @@ e_ecb_bf.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
e_ecb_bf.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
e_ecb_bf.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
e_ecb_bf.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
-e_ecb_bf.o: evp.h
+e_ecb_bf.o: ../opensslv.h evp.h
e_ecb_c.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
e_ecb_c.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
e_ecb_c.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -317,7 +317,7 @@ e_ecb_c.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
e_ecb_c.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
e_ecb_c.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
e_ecb_c.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
-e_ecb_c.o: evp.h
+e_ecb_c.o: ../opensslv.h evp.h
e_ecb_d.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
e_ecb_d.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
e_ecb_d.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -326,7 +326,7 @@ e_ecb_d.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
e_ecb_d.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
e_ecb_d.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
e_ecb_d.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
-e_ecb_d.o: evp.h
+e_ecb_d.o: ../opensslv.h evp.h
e_ecb_i.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
e_ecb_i.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
e_ecb_i.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -335,7 +335,7 @@ e_ecb_i.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
e_ecb_i.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
e_ecb_i.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
e_ecb_i.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
-e_ecb_i.o: evp.h
+e_ecb_i.o: ../opensslv.h evp.h
e_ecb_r2.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
e_ecb_r2.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
e_ecb_r2.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -344,7 +344,7 @@ e_ecb_r2.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
e_ecb_r2.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
e_ecb_r2.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
e_ecb_r2.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
-e_ecb_r2.o: evp.h
+e_ecb_r2.o: ../opensslv.h evp.h
e_ecb_r5.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
e_ecb_r5.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
e_ecb_r5.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -353,7 +353,7 @@ e_ecb_r5.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
e_ecb_r5.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
e_ecb_r5.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
e_ecb_r5.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
-e_ecb_r5.o: evp.h
+e_ecb_r5.o: ../opensslv.h evp.h
e_null.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
e_null.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
e_null.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -362,7 +362,7 @@ e_null.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
e_null.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
e_null.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
e_null.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
-e_null.o: evp.h
+e_null.o: ../opensslv.h evp.h
e_ofb_3d.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
e_ofb_3d.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
e_ofb_3d.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -371,7 +371,7 @@ e_ofb_3d.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
e_ofb_3d.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
e_ofb_3d.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
e_ofb_3d.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
-e_ofb_3d.o: evp.h
+e_ofb_3d.o: ../opensslv.h evp.h
e_ofb_bf.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
e_ofb_bf.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
e_ofb_bf.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -380,7 +380,7 @@ e_ofb_bf.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
e_ofb_bf.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
e_ofb_bf.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
e_ofb_bf.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
-e_ofb_bf.o: evp.h
+e_ofb_bf.o: ../opensslv.h evp.h
e_ofb_c.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
e_ofb_c.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
e_ofb_c.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -389,7 +389,7 @@ e_ofb_c.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
e_ofb_c.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
e_ofb_c.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
e_ofb_c.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
-e_ofb_c.o: evp.h
+e_ofb_c.o: ../opensslv.h evp.h
e_ofb_d.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
e_ofb_d.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
e_ofb_d.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -398,7 +398,7 @@ e_ofb_d.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
e_ofb_d.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
e_ofb_d.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
e_ofb_d.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
-e_ofb_d.o: evp.h
+e_ofb_d.o: ../opensslv.h evp.h
e_ofb_i.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
e_ofb_i.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
e_ofb_i.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -407,7 +407,7 @@ e_ofb_i.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
e_ofb_i.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
e_ofb_i.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
e_ofb_i.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
-e_ofb_i.o: evp.h
+e_ofb_i.o: ../opensslv.h evp.h
e_ofb_r2.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
e_ofb_r2.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
e_ofb_r2.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -416,7 +416,7 @@ e_ofb_r2.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
e_ofb_r2.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
e_ofb_r2.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
e_ofb_r2.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
-e_ofb_r2.o: evp.h
+e_ofb_r2.o: ../opensslv.h evp.h
e_ofb_r5.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
e_ofb_r5.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
e_ofb_r5.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -425,7 +425,7 @@ e_ofb_r5.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
e_ofb_r5.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
e_ofb_r5.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
e_ofb_r5.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
-e_ofb_r5.o: evp.h
+e_ofb_r5.o: ../opensslv.h evp.h
e_rc4.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
e_rc4.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
e_rc4.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -434,7 +434,7 @@ e_rc4.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
e_rc4.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
e_rc4.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
e_rc4.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
-e_rc4.o: evp.h
+e_rc4.o: ../opensslv.h evp.h
e_xcbc_d.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
e_xcbc_d.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
e_xcbc_d.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -443,7 +443,7 @@ e_xcbc_d.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
e_xcbc_d.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
e_xcbc_d.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
e_xcbc_d.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
-e_xcbc_d.o: evp.h
+e_xcbc_d.o: ../opensslv.h evp.h
encode.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
encode.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
encode.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -452,7 +452,7 @@ encode.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
encode.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
encode.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
encode.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
-encode.o: evp.h
+encode.o: ../opensslv.h evp.h
evp_enc.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
evp_enc.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
evp_enc.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -461,7 +461,7 @@ evp_enc.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
evp_enc.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
evp_enc.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
evp_enc.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
-evp_enc.o: evp.h
+evp_enc.o: ../opensslv.h evp.h
evp_err.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
evp_err.o: ../../include/bn.h ../../include/cast.h ../../include/des.h
evp_err.o: ../../include/dh.h ../../include/dsa.h ../../include/err.h
@@ -469,7 +469,7 @@ evp_err.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
evp_err.o: ../../include/mdc2.h ../../include/objects.h ../../include/rc2.h
evp_err.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
evp_err.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
-evp_err.o: ../crypto.h evp.h
+evp_err.o: ../crypto.h ../opensslv.h evp.h
evp_key.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
evp_key.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
evp_key.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -479,7 +479,7 @@ evp_key.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
evp_key.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
evp_key.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
evp_key.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
-evp_key.o: ../crypto.h evp.h
+evp_key.o: ../crypto.h ../opensslv.h evp.h
evp_lib.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
evp_lib.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
evp_lib.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -488,7 +488,7 @@ evp_lib.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
evp_lib.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
evp_lib.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
evp_lib.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
-evp_lib.o: evp.h
+evp_lib.o: ../opensslv.h evp.h
m_dss.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
m_dss.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
m_dss.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -498,7 +498,7 @@ m_dss.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
m_dss.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
m_dss.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
m_dss.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
-m_dss.o: ../crypto.h evp.h
+m_dss.o: ../crypto.h ../opensslv.h evp.h
m_dss1.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
m_dss1.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
m_dss1.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -508,7 +508,7 @@ m_dss1.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
m_dss1.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
m_dss1.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
m_dss1.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
-m_dss1.o: ../crypto.h evp.h
+m_dss1.o: ../crypto.h ../opensslv.h evp.h
m_md2.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
m_md2.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
m_md2.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -518,7 +518,7 @@ m_md2.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
m_md2.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
m_md2.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
m_md2.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
-m_md2.o: ../crypto.h evp.h
+m_md2.o: ../crypto.h ../opensslv.h evp.h
m_md5.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
m_md5.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
m_md5.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -528,7 +528,7 @@ m_md5.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
m_md5.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
m_md5.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
m_md5.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
-m_md5.o: ../crypto.h evp.h
+m_md5.o: ../crypto.h ../opensslv.h evp.h
m_mdc2.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
m_mdc2.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
m_mdc2.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -538,7 +538,7 @@ m_mdc2.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
m_mdc2.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
m_mdc2.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
m_mdc2.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
-m_mdc2.o: ../crypto.h evp.h
+m_mdc2.o: ../crypto.h ../opensslv.h evp.h
m_null.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
m_null.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
m_null.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -548,7 +548,7 @@ m_null.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
m_null.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
m_null.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
m_null.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
-m_null.o: ../crypto.h evp.h
+m_null.o: ../crypto.h ../opensslv.h evp.h
m_ripemd.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
m_ripemd.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
m_ripemd.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -558,7 +558,7 @@ m_ripemd.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
m_ripemd.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
m_ripemd.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
m_ripemd.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
-m_ripemd.o: ../crypto.h evp.h
+m_ripemd.o: ../crypto.h ../opensslv.h evp.h
m_sha.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
m_sha.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
m_sha.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -568,7 +568,7 @@ m_sha.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
m_sha.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
m_sha.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
m_sha.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
-m_sha.o: ../crypto.h evp.h
+m_sha.o: ../crypto.h ../opensslv.h evp.h
m_sha1.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
m_sha1.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
m_sha1.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -578,7 +578,7 @@ m_sha1.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
m_sha1.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
m_sha1.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
m_sha1.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
-m_sha1.o: ../crypto.h evp.h
+m_sha1.o: ../crypto.h ../opensslv.h evp.h
names.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
names.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
names.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -587,7 +587,7 @@ names.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
names.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
names.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
names.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
-names.o: evp.h
+names.o: ../opensslv.h evp.h
p_dec.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
p_dec.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
p_dec.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -597,7 +597,7 @@ p_dec.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rand.h
p_dec.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
p_dec.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
p_dec.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
-p_dec.o: ../cryptlib.h ../crypto.h evp.h
+p_dec.o: ../cryptlib.h ../crypto.h ../opensslv.h evp.h
p_enc.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
p_enc.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
p_enc.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -607,7 +607,7 @@ p_enc.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rand.h
p_enc.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
p_enc.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
p_enc.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
-p_enc.o: ../cryptlib.h ../crypto.h evp.h
+p_enc.o: ../cryptlib.h ../crypto.h ../opensslv.h evp.h
p_lib.o: ../../include/asn1.h ../../include/asn1_mac.h ../../include/bio.h
p_lib.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
p_lib.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
@@ -617,7 +617,7 @@ p_lib.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
p_lib.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
p_lib.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
p_lib.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
-p_lib.o: ../cryptlib.h ../crypto.h evp.h
+p_lib.o: ../cryptlib.h ../crypto.h ../opensslv.h evp.h
p_open.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
p_open.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
p_open.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -627,7 +627,7 @@ p_open.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
p_open.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
p_open.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
p_open.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
-p_open.o: ../crypto.h evp.h
+p_open.o: ../crypto.h ../opensslv.h evp.h
p_seal.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
p_seal.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
p_seal.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -637,7 +637,7 @@ p_seal.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rand.h
p_seal.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
p_seal.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
p_seal.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
-p_seal.o: ../cryptlib.h ../crypto.h evp.h
+p_seal.o: ../cryptlib.h ../crypto.h ../opensslv.h evp.h
p_sign.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
p_sign.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
p_sign.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -647,7 +647,7 @@ p_sign.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
p_sign.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
p_sign.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
p_sign.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
-p_sign.o: ../crypto.h evp.h
+p_sign.o: ../crypto.h ../opensslv.h evp.h
p_verify.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
p_verify.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
p_verify.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
@@ -657,4 +657,4 @@ p_verify.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
p_verify.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
p_verify.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
p_verify.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
-p_verify.o: ../crypto.h evp.h
+p_verify.o: ../crypto.h ../opensslv.h evp.h
diff --git a/crypto/evp/evp_enc.c b/crypto/evp/evp_enc.c
index 759cc1fb11..46fb3c27db 100644
--- a/crypto/evp/evp_enc.c
+++ b/crypto/evp/evp_enc.c
@@ -60,7 +60,7 @@
#include "cryptlib.h"
#include "evp.h"
-char *EVP_version="EVP part of OpenSSL 0.9.2 31-Dec-1998";
+char *EVP_version="EVP" OPENSSL_VERSION_PTEXT;
void EVP_CIPHER_CTX_init(ctx)
EVP_CIPHER_CTX *ctx;