diff options
author | Richard Levitte <levitte@openssl.org> | 2015-12-18 17:13:39 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2016-01-12 13:58:29 +0100 |
commit | ff4b7fafb315df5f8374e9b50c302460e068f188 (patch) | |
tree | 95c24810094e4ecd8dceaf2f2302b0fcb2cd211d /crypto/stack | |
parent | Document the new EVP_CIPHER and EVP_CIPHER_CTX functionality (diff) | |
download | openssl-ff4b7fafb315df5f8374e9b50c302460e068f188.tar.xz openssl-ff4b7fafb315df5f8374e9b50c302460e068f188.zip |
make update
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/stack')
-rw-r--r-- | crypto/stack/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/crypto/stack/Makefile b/crypto/stack/Makefile index 9a60eec142..86ca780a48 100644 --- a/crypto/stack/Makefile +++ b/crypto/stack/Makefile @@ -61,11 +61,11 @@ clean: # DO NOT DELETE THIS LINE -- make depend depends on it. stack.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h -stack.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h -stack.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h -stack.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h -stack.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h -stack.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h -stack.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h -stack.o: ../../include/openssl/symhacks.h ../include/internal/cryptlib.h -stack.o: stack.c +stack.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h +stack.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h +stack.o: ../../include/openssl/err.h ../../include/openssl/lhash.h +stack.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h +stack.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h +stack.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h +stack.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h +stack.o: ../include/internal/cryptlib.h stack.c |