aboutsummaryrefslogtreecommitdiff
path: root/test/mdc2test.c
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 /test/mdc2test.c
parent706457b7bda7fdbab426b8dce83b318908339da4 (diff)
downloadopenssl-50cd4768c6b89c757645f28519236bb989216f8d.zip
openssl-50cd4768c6b89c757645f28519236bb989216f8d.tar.gz
openssl-50cd4768c6b89c757645f28519236bb989216f8d.tar.bz2
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mdc2test.c b/test/mdc2test.c
index d1c2f26..f8c4922 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"