Import OpenSSL 1.1.0f
This commit is contained in:
@@ -24,15 +24,15 @@ ENGINE_add_conf_module() adds just the ENGINE configuration module.
|
||||
|
||||
=head1 NOTES
|
||||
|
||||
If the simple configuration function OPENSSL_config() is called then
|
||||
If the simple configuration function OPENSSL_config() is called then
|
||||
OPENSSL_load_builtin_modules() is called automatically.
|
||||
|
||||
Applications which use the configuration functions directly will need to
|
||||
call OPENSSL_load_builtin_modules() themselves I<before> any other
|
||||
call OPENSSL_load_builtin_modules() themselves I<before> any other
|
||||
configuration code.
|
||||
|
||||
Applications should call OPENSSL_load_builtin_modules() to load all
|
||||
configuration modules instead of adding modules selectively: otherwise
|
||||
configuration modules instead of adding modules selectively: otherwise
|
||||
functionality may be missing from the application if an when new
|
||||
modules are added.
|
||||
|
||||
@@ -42,10 +42,15 @@ None of the functions return a value.
|
||||
|
||||
=head1 SEE ALSO
|
||||
|
||||
L<conf(3)|conf(3)>, L<OPENSSL_config(3)|OPENSSL_config(3)>
|
||||
L<conf(3)>, L<OPENSSL_config(3)>
|
||||
|
||||
=head1 HISTORY
|
||||
=head1 COPYRIGHT
|
||||
|
||||
These functions first appeared in OpenSSL 0.9.7.
|
||||
Copyright 2004-2016 The OpenSSL Project Authors. All Rights Reserved.
|
||||
|
||||
Licensed under the OpenSSL license (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
|
||||
|
||||
Reference in New Issue
Block a user