OSSL_CORE_MAKE_FUNC.3ossl - Man Page

OpenSSL reserved symbols

Synopsis

 #include <openssl/core_dispatch.h>

 #define OSSL_CORE_MAKE_FUNC(type,name,args)
 #define SSL_OP_BIT(n)
 #define EXT_UTF8STRING(nid)

Description

There are certain macros that may appear in OpenSSL header files that are reserved for internal use. They should not be used by applications or assumed to exist.

All the macros listed in the synopsis above are reserved.

Return Values

Not applicable.

History

The macros described here were added in OpenSSL 3.0.

Referenced By

The man pages EXT_UTF8STRING.3ossl(3) and SSL_OP_BIT.3ossl(3) are aliases of OSSL_CORE_MAKE_FUNC.3ossl(3).

2024-03-07 3.2.1 OpenSSL