Crypt::OpenSSL::ConfiguredAPI - Get the Configured API level if it is defined
use Crypt::OpenSSL::ConfiguredAPI;
my $api = Crypt::OpenSSL::ConfiguredAPI->get_configured_api()
Some OpenSSL versions allows you to specify the configured api level. This module simply checks whether OPENSSL_CONFIGURED_API is defined and returns that value.
Returns the value of the OPENSSL_CONFIGURED_API if it is defined or 0 if it is undefined
Arguments:
None
Crypt::OpenSSL::Guess allows you to guess the version of openssl installed
Timothy Legge, timlegge@cpan.org
Copyright (C) 2023 by Timothy Legge
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