summaryrefslogtreecommitdiffstats
path: root/crypto/err/openssl.ec
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2016-03-23 08:54:52 -0400
committerRich Salz <rsalz@openssl.org>2016-03-23 09:12:11 -0400
commit921de151d2052c794cf6ad82fe76da92717577f7 (patch)
tree05014084e14ef301ca6127d164bdcd1deda56137 /crypto/err/openssl.ec
parent3d8b2ec42bcb1cfe2f6f502ea8c6f098202a2906 (diff)
Move dso.h to internal
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/err/openssl.ec')
-rw-r--r--crypto/err/openssl.ec2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/err/openssl.ec b/crypto/err/openssl.ec
index 2e156600ad..a969d7a290 100644
--- a/crypto/err/openssl.ec
+++ b/crypto/err/openssl.ec
@@ -23,7 +23,7 @@ L PKCS7 include/openssl/pkcs7.h crypto/pkcs7/pkcs7err.c
L X509V3 include/openssl/x509v3.h crypto/x509v3/v3err.c
L PKCS12 include/openssl/pkcs12.h crypto/pkcs12/pk12err.c
L RAND include/openssl/rand.h crypto/rand/rand_err.c
-L DSO include/openssl/dso.h crypto/dso/dso_err.c
+L DSO include/internal/dso.h crypto/dso/dso_err.c
L ENGINE include/openssl/engine.h crypto/engine/eng_err.c
L OCSP include/openssl/ocsp.h crypto/ocsp/ocsp_err.c
L UI include/openssl/ui.h crypto/ui/ui_err.c