1*b077aed3SPierre Pronchery=pod 2*b077aed3SPierre Pronchery 3*b077aed3SPierre Pronchery=head1 NAME 4*b077aed3SPierre Pronchery 5*b077aed3SPierre ProncheryOSSL_CORE_MAKE_FUNC, 6*b077aed3SPierre ProncherySSL_OP_BIT, 7*b077aed3SPierre ProncheryEXT_UTF8STRING 8*b077aed3SPierre Pronchery- OpenSSL reserved symbols 9*b077aed3SPierre Pronchery 10*b077aed3SPierre Pronchery=head1 SYNOPSIS 11*b077aed3SPierre Pronchery 12*b077aed3SPierre Pronchery #include <openssl/core_dispatch.h> 13*b077aed3SPierre Pronchery 14*b077aed3SPierre Pronchery #define OSSL_CORE_MAKE_FUNC(type,name,args) 15*b077aed3SPierre Pronchery #define SSL_OP_BIT(n) 16*b077aed3SPierre Pronchery #define EXT_UTF8STRING(nid) 17*b077aed3SPierre Pronchery 18*b077aed3SPierre Pronchery=head1 DESCRIPTION 19*b077aed3SPierre Pronchery 20*b077aed3SPierre ProncheryThere are certain macros that may appear in OpenSSL header files that are 21*b077aed3SPierre Proncheryreserved for internal use. They should not be used by applications or assumed 22*b077aed3SPierre Proncheryto exist. 23*b077aed3SPierre Pronchery 24*b077aed3SPierre ProncheryAll the macros listed in the synopsis above are reserved. 25*b077aed3SPierre Pronchery 26*b077aed3SPierre Pronchery=head1 RETURN VALUES 27*b077aed3SPierre Pronchery 28*b077aed3SPierre ProncheryNot applicable. 29*b077aed3SPierre Pronchery 30*b077aed3SPierre Pronchery=head1 HISTORY 31*b077aed3SPierre Pronchery 32*b077aed3SPierre ProncheryThe macros described here were added in OpenSSL 3.0. 33*b077aed3SPierre Pronchery 34*b077aed3SPierre Pronchery=head1 COPYRIGHT 35*b077aed3SPierre Pronchery 36*b077aed3SPierre ProncheryCopyright 2021 The OpenSSL Project Authors. All Rights Reserved. 37*b077aed3SPierre Pronchery 38*b077aed3SPierre ProncheryLicensed under the Apache License 2.0 (the "License"). You may not use 39*b077aed3SPierre Proncherythis file except in compliance with the License. You can obtain a copy 40*b077aed3SPierre Proncheryin the file LICENSE in the source distribution or at 41*b077aed3SPierre ProncheryL<https://www.openssl.org/source/license.html>. 42*b077aed3SPierre Pronchery 43*b077aed3SPierre Pronchery=cut 44