summaryrefslogtreecommitdiff
path: root/crypto/crmf
diff options
context:
space:
mode:
authorDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2019-09-28 00:45:46 +0200
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2019-09-28 20:26:36 +0200
commit50cd4768c6b89c757645f28519236bb989216f8d (patch)
treee147f467bde92bfae63fb25499e6e2df6999bcce /crypto/crmf
parent706457b7bda7fdbab426b8dce83b318908339da4 (diff)
downloadopenssl-new-50cd4768c6b89c757645f28519236bb989216f8d.tar.gz
Reorganize public header files (part 1)
Rename <openssl/ossl_typ.h> to <openssl/types.h>. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9333)
Diffstat (limited to 'crypto/crmf')
-rw-r--r--crypto/crmf/crmf_local.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/crmf/crmf_local.h b/crypto/crmf/crmf_local.h
index 54f9a4a225..0eba3a15c8 100644
--- a/crypto/crmf/crmf_local.h
+++ b/crypto/crmf/crmf_local.h
@@ -18,7 +18,7 @@
# include <openssl/err.h>
/* explicit #includes not strictly needed since implied by the above: */
-# include <openssl/ossl_typ.h>
+# include <openssl/types.h>
# include <openssl/safestack.h>
# include <openssl/x509.h>
# include <openssl/x509v3.h>