summaryrefslogtreecommitdiffstats
path: root/crypto/dso/dso_err.c
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2016-03-22 13:16:54 -0400
committerRich Salz <rsalz@openssl.org>2016-03-22 13:16:54 -0400
commit73decf5975ff1249c51baa0cb3956bb67fbd64dc (patch)
treecf054c0d0cd4ab54ec36dfaf54fab469c727ca17 /crypto/dso/dso_err.c
parent29fa0a1af45a1037850b29f5851f4a054124781b (diff)
Make DSO opaque.
This was really easy. Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'crypto/dso/dso_err.c')
-rw-r--r--crypto/dso/dso_err.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/crypto/dso/dso_err.c b/crypto/dso/dso_err.c
index 2a7c821a86..e47f5cdbef 100644
--- a/crypto/dso/dso_err.c
+++ b/crypto/dso/dso_err.c
@@ -58,9 +58,7 @@
* only reason strings will be preserved.
*/
-#include <stdio.h>
-#include <openssl/err.h>
-#include <openssl/dso.h>
+#include "dso_locl.h"
/* BEGIN ERROR CODES */
#ifndef OPENSSL_NO_ERR