Note that the OSSL_CORE_MAKE_FUNC macro is reserved
[openssl.git] / doc / man3 / OSSL_CORE_MAKE_FUNC.pod
1 =pod
2
3 =head1 NAME
4
5 OSSL_CORE_MAKE_FUNC - OpenSSL reserved symbols
6
7 =head1 SYNOPSIS
8
9  #include <openssl/core_dispatch.h>
10
11  #define OSSL_CORE_MAKE_FUNC(type,name,args)
12
13 =head1 DESCRIPTION
14
15 There are certain macros that may appear in OpenSSL header files that are
16 reserved for internal use. They should not be used by applications or assumed
17 to exist.
18
19 All the macros listed in the synopsis above are reserved.
20
21 =head1 RETURN VALUES
22
23 Not applicable.
24
25 =head1 HISTORY
26
27 The macros described here were added in OpenSSL 3.0.
28
29 =head1 COPYRIGHT
30
31 Copyright 2021 The OpenSSL Project Authors. All Rights Reserved.
32
33 Licensed under the Apache License 2.0 (the "License").  You may not use
34 this file except in compliance with the License.  You can obtain a copy
35 in the file LICENSE in the source distribution or at
36 L<https://www.openssl.org/source/license.html>.
37
38 =cut