Home
last modified time | relevance | path

Searched refs:api (Results 1 – 9 of 9) sorted by relevance

/openssl-master/Configurations/
A D15-android.conf54 my ($sysroot, $api, $arch);
61 ($api, $arch) = ($1, $2);
65 $api = "*";
70 $api = $1;
80 die "no $ndk/platforms/android-$api" if ($#platforms < 0);
84 $api = $1;
85 } elsif ($api eq "*") {
91 $api = $1;
97 die "Could not get default API Level" if ($api eq "*");
118 $user{CC} = "$tridefault$api-clang";
[all …]
/openssl-master/
A DConfigure944 my $api = $1;
945 die "Unknown API compatibility level $api"
946 unless defined $apitable->{$api};
947 $config{api}=$apitable->{$api};
1631 $config{api} = $config{major} * 10000 + $config{minor} * 100
1632 unless $config{api};
1635 if $disabled{deprecated} && $config{api} >= $apitable->{$_};
1650 "OPENSSL_CONFIGURED_API=".$config{api},
A DNOTES-ANDROID.md55 variable set to `$ANDROID_NDK_ROOT/platforms/android-<api>/arch-<arch>` to
A DREADME.md218 <https://ci.appveyor.com/api/projects/status/8e10o7xfrg73v98f/branch/master?svg=true>
A DINSTALL.md17 - [API Level](#api-level)
284 --api=x.y[.z]
291 --api=1.1.0 no-deprecated
297 If `--api` isn't given, it defaults to the current (minor) OpenSSL version.
637 given with `--api` (or the current version, if `--api` wasn't specified).
894 Build with support for the integrated tracing api.
A DNEWS.md340 argument, or via the "--api=1.1.0|1.0.0|0.9.8" option.
A DCHANGES.md924 * Change the interpretation of the '--api' configuration option to
3646 should be used with the --api=1.1.0 option to entirely remove
18865 * Changed some BIGNUM api stuff.
/openssl-master/util/
A Dmkdef.pl199 $verdict = 0 if $config{api} >= $symdep;
/openssl-master/doc/internal/man7/
A Ddeprecation.pod27 configuration option C<--api>, or if the user chooses to do so, with

Completed in 321 milliseconds