summaryrefslogtreecommitdiffstats
path: root/crypto/pem
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-04-08 00:15:07 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-04-08 00:15:07 +0000
commit07e970c7e68232a7c182aa3373b74a7e88fe6a76 (patch)
tree97d6ec1ac87ce3590f0ac713d28f7bcfd5117f92 /crypto/pem
parentd1aa0d38c5978b551a7769b7cbc549ce76116c1c (diff)
Initial functions for RSA EVP_PKEY_METHOD.
Update dependencies.
Diffstat (limited to 'crypto/pem')
-rw-r--r--crypto/pem/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/crypto/pem/Makefile b/crypto/pem/Makefile
index 5a0799c9d0..03976ff6d1 100644
--- a/crypto/pem/Makefile
+++ b/crypto/pem/Makefile
@@ -136,7 +136,7 @@ pem_lib.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
pem_lib.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
pem_lib.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h
pem_lib.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
-pem_lib.o: ../cryptlib.h pem_lib.c
+pem_lib.o: ../asn1/asn1_locl.h ../cryptlib.h pem_lib.c
pem_oth.o: ../../e_os.h ../../include/openssl/asn1.h
pem_oth.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
pem_oth.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
@@ -180,7 +180,8 @@ pem_pkey.o: ../../include/openssl/pkcs12.h ../../include/openssl/pkcs7.h
pem_pkey.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h
pem_pkey.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
pem_pkey.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
-pem_pkey.o: ../../include/openssl/x509_vfy.h ../cryptlib.h pem_pkey.c
+pem_pkey.o: ../../include/openssl/x509_vfy.h ../asn1/asn1_locl.h ../cryptlib.h
+pem_pkey.o: pem_pkey.c
pem_seal.o: ../../e_os.h ../../include/openssl/asn1.h
pem_seal.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
pem_seal.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h