|
NAMEopenssl_user_macros, OPENSSL_API_COMPAT, OPENSSL_NO_DEPRECATED - User defined macrosDESCRIPTIONUser defined macros allow the programmer to control certain aspects of what is exposed by the OpenSSL headers.NOTE: to be effective, a user defined macro must be defined before including any header file that depends on it, either in the compilation command ("cc -DMACRO=value") or by defining the macro in source before including any headers. Other manual pages may refer to this page when declarations depend on user defined macros. The macros
For convenience, higher numbers are accepted as well, as long as feasible. For example, "0x60000000L" will work as expected. However, it is recommended to start using the second form instead:
If OPENSSL_API_COMPAT is undefined, this default value is used in its place: 30000
COPYRIGHTCopyright 2018-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 <https://www.openssl.org/source/license.html>.
Visit the GSP FreeBSD Man Page Interface. |