summaryrefslogtreecommitdiffstats
path: root/crypto/err/err_all.c
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/err_all.c
parentae3d365f993cf9a405da5a17384608af7b34f30b (diff)
Break circular dependency between pem and err.
Diffstat (limited to 'crypto/err/err_all.c')
-rw-r--r--crypto/err/err_all.c2
1 files changed, 1 insertions, 1 deletions
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"