diff options
author | Dr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> | 2019-09-28 00:45:46 +0200 |
---|---|---|
committer | Dr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> | 2019-09-28 20:26:36 +0200 |
commit | 50cd4768c6b89c757645f28519236bb989216f8d (patch) | |
tree | e147f467bde92bfae63fb25499e6e2df6999bcce /test/mdc2test.c | |
parent | Reorganize local header files (diff) | |
download | openssl-50cd4768c6b89c757645f28519236bb989216f8d.tar.xz openssl-50cd4768c6b89c757645f28519236bb989216f8d.zip |
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 'test/mdc2test.c')
-rw-r--r-- | test/mdc2test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mdc2test.c b/test/mdc2test.c index d1c2f26bdc..f8c492297e 100644 --- a/test/mdc2test.c +++ b/test/mdc2test.c @@ -10,7 +10,7 @@ #include <string.h> #include <openssl/provider.h> #include <openssl/params.h> -#include <openssl/ossl_typ.h> +#include <openssl/types.h> #include <openssl/core_names.h> #include "internal/nelem.h" #include "testutil.h" |