1OSSL_CORE_MAKE_FUNC(3ossl) OpenSSL OSSL_CORE_MAKE_FUNC(3ossl)
2
3
4
6 OSSL_CORE_MAKE_FUNC, SSL_OP_BIT, EXT_UTF8STRING - OpenSSL reserved
7 symbols
8
10 #include <openssl/core_dispatch.h>
11
12 #define OSSL_CORE_MAKE_FUNC(type,name,args)
13 #define SSL_OP_BIT(n)
14 #define EXT_UTF8STRING(nid)
15
17 There are certain macros that may appear in OpenSSL header files that
18 are reserved for internal use. They should not be used by applications
19 or assumed to exist.
20
21 All the macros listed in the synopsis above are reserved.
22
24 Not applicable.
25
27 The macros described here were added in OpenSSL 3.0.
28
30 Copyright 2021 The OpenSSL Project Authors. All Rights Reserved.
31
32 Licensed under the Apache License 2.0 (the "License"). You may not use
33 this file except in compliance with the License. You can obtain a copy
34 in the file LICENSE in the source distribution or at
35 <https://www.openssl.org/source/license.html>.
36
37
38
393.0.5 2022-11-01 OSSL_CORE_MAKE_FUNC(3ossl)