From: Dr. Matthias St. Pierre Date: Fri, 27 Sep 2019 22:45:46 +0000 (+0200) Subject: Reorganize public header files (part 2) X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8c78f0ec63f3e16bac1b888dbabf2b6c2d53a1ae;p=oweals%2Fopenssl.git Reorganize public header files (part 2) Add an compatibility header. Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/9333) --- 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