Changeset 94082 in vbox for trunk/src/libs/openssl-3.0.1/doc/man3/CONF_modules_free.pod
- Timestamp:
- Mar 3, 2022 7:17:34 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 150325
- Location:
- trunk/src/libs/openssl-3.0.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/openssl-3.0.1
- Property svn:mergeinfo
-
old new 12 12 /vendor/openssl/1.1.1c:131722-131725 13 13 /vendor/openssl/1.1.1k:145841-145843 14 /vendor/openssl/3.0.1:150323-150324 15 /vendor/openssl/current:147554-150322
-
- Property svn:mergeinfo
-
trunk/src/libs/openssl-3.0.1/doc/man3/CONF_modules_free.pod
r91772 r94082 13 13 void CONF_modules_unload(int all); 14 14 15 Deprecated: 15 The following functions have been deprecated since OpenSSL 1.1.0, and can be 16 hidden entirely by defining B<OPENSSL_API_COMPAT> with a suitable version value, 17 see L<openssl_user_macros(7)>: 16 18 17 #if OPENSSL_API_COMPAT < 0x10100000L 18 void CONF_modules_free(void) 19 #endif 19 void CONF_modules_free(void); 20 20 21 21 =head1 DESCRIPTION … … 31 31 CONF_modules_unload() finishes and unloads configuration modules. If 32 32 B<all> is set to B<0> only modules loaded from DSOs will be unloads. If 33 B<all> is B<1> all modules, including built in modules will be unloaded.33 B<all> is B<1> all modules, including built-in modules will be unloaded. 34 34 35 35 =head1 RETURN VALUES … … 40 40 41 41 L<config(5)>, L<OPENSSL_config(3)>, 42 L<CONF_modules_load_file (3)>42 L<CONF_modules_load_file_ex(3)> 43 43 44 44 =head1 HISTORY … … 49 49 =head1 COPYRIGHT 50 50 51 Copyright 2004-20 18The OpenSSL Project Authors. All Rights Reserved.51 Copyright 2004-2021 The OpenSSL Project Authors. All Rights Reserved. 52 52 53 Licensed under the OpenSSL license(the "License"). You may not use53 Licensed under the Apache License 2.0 (the "License"). You may not use 54 54 this file except in compliance with the License. You can obtain a copy 55 55 in the file LICENSE in the source distribution or at
Note:
See TracChangeset
for help on using the changeset viewer.