aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/err
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-01-30 13:40:34 +0000
committerBen Laurie <ben@openssl.org>1999-01-30 13:40:34 +0000
commit59ff7134625d24322cbf998470a80195a543fb4e (patch)
tree2c7ec3e97867ea8f6a95c038f8873c5cb0a45d44 /crypto/err
parentae3d365f993cf9a405da5a17384608af7b34f30b (diff)
downloadopenssl-59ff7134625d24322cbf998470a80195a543fb4e.tar.gz
Break circular dependency between pem and err.
Diffstat (limited to 'crypto/err')
-rw-r--r--crypto/err/Makefile.ssl2
-rw-r--r--crypto/err/err_all.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/crypto/err/Makefile.ssl b/crypto/err/Makefile.ssl
index a8a1341383..d7d163e536 100644
--- a/crypto/err/Makefile.ssl
+++ b/crypto/err/Makefile.ssl
@@ -87,7 +87,7 @@ err_all.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
err_all.o: ../../include/conf.h ../../include/des.h ../../include/dh.h
err_all.o: ../../include/dsa.h ../../include/evp.h ../../include/idea.h
err_all.o: ../../include/lhash.h ../../include/md2.h ../../include/md5.h
-err_all.o: ../../include/mdc2.h ../../include/objects.h ../../include/pem.h
+err_all.o: ../../include/mdc2.h ../../include/objects.h ../../include/pem2.h
err_all.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
err_all.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
err_all.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
diff --git a/crypto/err/err_all.c b/crypto/err/err_all.c
index 423216e7c1..6917b48fb2 100644
--- a/crypto/err/err_all.c
+++ b/crypto/err/err_all.c
@@ -75,7 +75,7 @@
#endif
#include "evp.h"
#include "objects.h"
-#include "pem.h"
+#include "pem2.h"
#include "x509.h"
#include "x509v3.h"
#include "conf.h"