diff options
author | djm <> | 2006-06-27 05:05:40 +0000 |
---|---|---|
committer | djm <> | 2006-06-27 05:05:40 +0000 |
commit | 0d2f07cb82812dd6f9e33c493104f4c24e5b13a3 (patch) | |
tree | 8ac20eef483a8fe34ea158c8866d1cd13a3b1ef6 /src/lib/libcrypto/rc2 | |
parent | f066a5bf80f84b7400da2dd317782717c26db0e5 (diff) | |
parent | 4f828b924f54507141fb95ebe49dfcd261945e85 (diff) | |
download | openbsd-0d2f07cb82812dd6f9e33c493104f4c24e5b13a3.tar.gz openbsd-0d2f07cb82812dd6f9e33c493104f4c24e5b13a3.tar.bz2 openbsd-0d2f07cb82812dd6f9e33c493104f4c24e5b13a3.zip |
This commit was generated by cvs2git to track changes on a CVS vendor
branch.
Diffstat (limited to 'src/lib/libcrypto/rc2')
-rw-r--r-- | src/lib/libcrypto/rc2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/rc2/Makefile b/src/lib/libcrypto/rc2/Makefile index 18edaca6c6..34080ab741 100644 --- a/src/lib/libcrypto/rc2/Makefile +++ b/src/lib/libcrypto/rc2/Makefile | |||
@@ -1,5 +1,5 @@ | |||
1 | # | 1 | # |
2 | # SSLeay/crypto/rc2/Makefile | 2 | # OpenSSL/crypto/rc2/Makefile |
3 | # | 3 | # |
4 | 4 | ||
5 | DIR= rc2 | 5 | DIR= rc2 |
@@ -82,7 +82,7 @@ rc2_cbc.o: rc2_cbc.c rc2_locl.h | |||
82 | rc2_ecb.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | 82 | rc2_ecb.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h |
83 | rc2_ecb.o: ../../include/openssl/rc2.h rc2_ecb.c rc2_locl.h | 83 | rc2_ecb.o: ../../include/openssl/rc2.h rc2_ecb.c rc2_locl.h |
84 | rc2_skey.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | 84 | rc2_skey.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h |
85 | rc2_skey.o: ../../include/openssl/opensslconf.h | 85 | rc2_skey.o: ../../include/openssl/fips.h ../../include/openssl/opensslconf.h |
86 | rc2_skey.o: ../../include/openssl/opensslv.h ../../include/openssl/rc2.h | 86 | rc2_skey.o: ../../include/openssl/opensslv.h ../../include/openssl/rc2.h |
87 | rc2_skey.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | 87 | rc2_skey.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h |
88 | rc2_skey.o: ../../include/openssl/symhacks.h rc2_locl.h rc2_skey.c | 88 | rc2_skey.o: ../../include/openssl/symhacks.h rc2_locl.h rc2_skey.c |