diff options
author | Ben Laurie <ben@openssl.org> | 1999-03-22 13:22:14 +0100 |
---|---|---|
committer | Ben Laurie <ben@openssl.org> | 1999-03-22 13:22:14 +0100 |
commit | b4cadc6e1343c01b06613053a90ed2ee85e65090 (patch) | |
tree | 5670424b0d897cd7f8161e321f0f514131265159 /crypto/cast/Makefile.ssl | |
parent | Add missing pipe char to "make dist" target. (diff) | |
download | openssl-b4cadc6e1343c01b06613053a90ed2ee85e65090.tar.xz openssl-b4cadc6e1343c01b06613053a90ed2ee85e65090.zip |
Fix security hole.
Diffstat (limited to 'crypto/cast/Makefile.ssl')
-rw-r--r-- | crypto/cast/Makefile.ssl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/cast/Makefile.ssl b/crypto/cast/Makefile.ssl index 3911b6c118..72ae8dec8a 100644 --- a/crypto/cast/Makefile.ssl +++ b/crypto/cast/Makefile.ssl @@ -108,7 +108,7 @@ errors: # DO NOT DELETE THIS LINE -- make depend depends on it. c_cfb64.o: cast.h cast_lcl.h -c_ecb.o: cast.h cast_lcl.h +c_ecb.o: ../opensslv.h cast.h cast_lcl.h c_enc.o: cast.h cast_lcl.h c_ofb64.o: cast.h cast_lcl.h c_skey.o: cast.h cast_lcl.h cast_s.h |