logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

OSSL_CORE_MAKE_FUNC, SSL_OP_BIT, EXT_UTF8STRING - OpenSSL reserved symbols

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.

History

       The macros described here were added in OpenSSL 3.0.

Name

       OSSL_CORE_MAKE_FUNC, SSL_OP_BIT, EXT_UTF8STRING - OpenSSL reserved symbols

Return Values

       Not applicable.

Synopsis

        #include <openssl/core_dispatch.h>

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

See Also