Searched refs:api (Results 1 – 9 of 9) sorted by relevance
/openssl-master/Configurations/ |
A D | 15-android.conf | 54 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 D | Configure | 944 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 D | NOTES-ANDROID.md | 55 variable set to `$ANDROID_NDK_ROOT/platforms/android-<api>/arch-<arch>` to
|
A D | README.md | 218 <https://ci.appveyor.com/api/projects/status/8e10o7xfrg73v98f/branch/master?svg=true>
|
A D | INSTALL.md | 17 - [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 D | NEWS.md | 340 argument, or via the "--api=1.1.0|1.0.0|0.9.8" option.
|
A D | CHANGES.md | 924 * 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 D | mkdef.pl | 199 $verdict = 0 if $config{api} >= $symdep;
|
/openssl-master/doc/internal/man7/ |
A D | deprecation.pod | 27 configuration option C<--api>, or if the user chooses to do so, with
|
Completed in 321 milliseconds