summaryrefslogtreecommitdiffstats
path: root/apps
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 /apps
parent706457b7bda7fdbab426b8dce83b318908339da4 (diff)
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 'apps')
-rw-r--r--apps/include/apps.h2
-rw-r--r--apps/include/opt.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/include/apps.h b/apps/include/apps.h
index 8b28d749e9..b2151e9ebd 100644
--- a/apps/include/apps.h
+++ b/apps/include/apps.h
@@ -21,7 +21,7 @@
# endif
# include <openssl/e_os2.h>
-# include <openssl/ossl_typ.h>
+# include <openssl/types.h>
# include <openssl/bio.h>
# include <openssl/x509.h>
# include <openssl/conf.h>
diff --git a/apps/include/opt.h b/apps/include/opt.h
index 92a7fd1d82..9415dd797b 100644
--- a/apps/include/opt.h
+++ b/apps/include/opt.h
@@ -11,7 +11,7 @@
#include <sys/types.h>
#include <openssl/e_os2.h>
-#include <openssl/ossl_typ.h>
+#include <openssl/types.h>
#include <stdarg.h>
/*