diff options
author | Bodo Möller <bodo@openssl.org> | 2008-12-02 02:21:39 +0100 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 2008-12-02 02:21:39 +0100 |
commit | 7a76219774f3b6b18e2382280b4b85bfb0513367 (patch) | |
tree | 52a121e5dffd6c695942d66af865ae3810e6bb52 /crypto/camellia | |
parent | Don't stop -cipher from working. (diff) | |
download | openssl-7a76219774f3b6b18e2382280b4b85bfb0513367.tar.xz openssl-7a76219774f3b6b18e2382280b4b85bfb0513367.zip |
Implement Configure option pattern "experimental-foo"
(specifically, "experimental-jpake").
Diffstat (limited to 'crypto/camellia')
-rw-r--r-- | crypto/camellia/Makefile | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/crypto/camellia/Makefile b/crypto/camellia/Makefile index 223a807481..6154f81347 100644 --- a/crypto/camellia/Makefile +++ b/crypto/camellia/Makefile @@ -81,19 +81,22 @@ clean: # DO NOT DELETE THIS LINE -- make depend depends on it. -camellia.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h -camellia.o: camellia.c camellia.h cmll_locl.h -cmll_cbc.o: ../../include/openssl/camellia.h ../../include/openssl/e_os2.h +camellia.o: ../../include/openssl/opensslconf.h camellia.c camellia.h +camellia.o: cmll_locl.h +cmll_cbc.o: ../../include/openssl/camellia.h cmll_cbc.o: ../../include/openssl/opensslconf.h cmll_cbc.c cmll_locl.h cmll_cfb.o: ../../e_os.h ../../include/openssl/camellia.h cmll_cfb.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h cmll_cfb.o: cmll_cfb.c cmll_locl.h -cmll_ctr.o: ../../include/openssl/camellia.h ../../include/openssl/e_os2.h -cmll_ctr.o: ../../include/openssl/opensslconf.h cmll_ctr.c cmll_locl.h -cmll_ecb.o: ../../include/openssl/camellia.h ../../include/openssl/e_os2.h +cmll_ctr.o: ../../include/openssl/camellia.h ../../include/openssl/crypto.h +cmll_ctr.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h +cmll_ctr.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h +cmll_ctr.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h +cmll_ctr.o: ../../include/openssl/symhacks.h cmll_ctr.c cmll_locl.h +cmll_ecb.o: ../../include/openssl/camellia.h cmll_ecb.o: ../../include/openssl/opensslconf.h cmll_ecb.c cmll_locl.h -cmll_misc.o: ../../include/openssl/camellia.h ../../include/openssl/e_os2.h +cmll_misc.o: ../../include/openssl/camellia.h cmll_misc.o: ../../include/openssl/opensslconf.h cmll_misc.o: ../../include/openssl/opensslv.h cmll_locl.h cmll_misc.c -cmll_ofb.o: ../../include/openssl/camellia.h ../../include/openssl/e_os2.h +cmll_ofb.o: ../../include/openssl/camellia.h cmll_ofb.o: ../../include/openssl/opensslconf.h cmll_locl.h cmll_ofb.c |