Last change
on this file was 108206, checked in by vboxsync, 3 months ago |
openssl-3.3.2: Exported all files to OSE and removed .scm-settings bugref:10757
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
933 bytes
|
Line | |
---|
1 | =pod
|
---|
2 |
|
---|
3 | =head1 NAME
|
---|
4 |
|
---|
5 | OSSL_CORE_MAKE_FUNC,
|
---|
6 | SSL_OP_BIT,
|
---|
7 | EXT_UTF8STRING
|
---|
8 | - OpenSSL reserved symbols
|
---|
9 |
|
---|
10 | =head1 SYNOPSIS
|
---|
11 |
|
---|
12 | #include <openssl/core_dispatch.h>
|
---|
13 |
|
---|
14 | #define OSSL_CORE_MAKE_FUNC(type,name,args)
|
---|
15 | #define SSL_OP_BIT(n)
|
---|
16 | #define EXT_UTF8STRING(nid)
|
---|
17 |
|
---|
18 | =head1 DESCRIPTION
|
---|
19 |
|
---|
20 | There are certain macros that may appear in OpenSSL header files that are
|
---|
21 | reserved for internal use. They should not be used by applications or assumed
|
---|
22 | to exist.
|
---|
23 |
|
---|
24 | All the macros listed in the synopsis above are reserved.
|
---|
25 |
|
---|
26 | =head1 RETURN VALUES
|
---|
27 |
|
---|
28 | Not applicable.
|
---|
29 |
|
---|
30 | =head1 HISTORY
|
---|
31 |
|
---|
32 | The macros described here were added in OpenSSL 3.0.
|
---|
33 |
|
---|
34 | =head1 COPYRIGHT
|
---|
35 |
|
---|
36 | Copyright 2021 The OpenSSL Project Authors. All Rights Reserved.
|
---|
37 |
|
---|
38 | Licensed under the Apache License 2.0 (the "License"). You may not use
|
---|
39 | this file except in compliance with the License. You can obtain a copy
|
---|
40 | in the file LICENSE in the source distribution or at
|
---|
41 | L<https://www.openssl.org/source/license.html>.
|
---|
42 |
|
---|
43 | =cut
|
---|
Note:
See
TracBrowser
for help on using the repository browser.