Skip to main content
  • Home
  • login
  • Browse the archive

    swh mirror partner logo
swh logo
SoftwareHeritage
Software
Heritage
Mirror
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

  • 1827b2c
  • /
  • OSSL_CORE_MAKE_FUNC.pod
Raw File
Permalinks

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
content badge Iframe embedding
swh:1:cnt:a7a902a336c02cb2e95ccdb53b8a3ad0a2a1dd2c
directory badge Iframe embedding
swh:1:dir:1827b2c5c417494901c64b26b124d2f5d5fd39fc
OSSL_CORE_MAKE_FUNC.pod
=pod

=head1 NAME

OSSL_CORE_MAKE_FUNC,
SSL_OP_BIT,
EXT_UTF8STRING
- OpenSSL reserved symbols

=head1 SYNOPSIS

 #include <openssl/core_dispatch.h>

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

=head1 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.

=head1 RETURN VALUES

Not applicable.

=head1 HISTORY

The macros described here were added in OpenSSL 3.0.

=head1 COPYRIGHT

Copyright 2021 The OpenSSL Project Authors. All Rights Reserved.

Licensed under the Apache License 2.0 (the "License").  You may not use
this file except in compliance with the License.  You can obtain a copy
in the file LICENSE in the source distribution or at
L<https://www.openssl.org/source/license.html>.

=cut

ENEA — Copyright (C), ENEA. License: GNU AGPLv3+.
Legal notes  ::  JavaScript license information ::  Web API

back to top