From 8c78f0ec63f3e16bac1b888dbabf2b6c2d53a1ae Mon Sep 17 00:00:00 2001 From: "Dr. Matthias St. Pierre" Date: Sat, 28 Sep 2019 00:45:46 +0200 Subject: [PATCH] Reorganize public header files (part 2) Add an compatibility header. Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/9333) --- include/openssl/ossl_typ.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 include/openssl/ossl_typ.h diff --git a/include/openssl/ossl_typ.h b/include/openssl/ossl_typ.h new file mode 100644 index 0000000000..82a58988ff --- /dev/null +++ b/include/openssl/ossl_typ.h @@ -0,0 +1,16 @@ +/* + * Copyright 2019 The OpenSSL Project Authors. All Rights Reserved. + * + * Licensed under the Apache License 2.0 (the "License"). You may not use + * this file except in compliance with the License. You can obtain a copy + * in the file LICENSE in the source distribution or at + * https://www.openssl.org/source/license.html + */ + +/* + * The original was renamed to + * + * This header file only exists for compatibility reasons with older + * applications which #include . + */ +# include -- 2.34.1