Searched refs:PATH (Results 1 – 23 of 23) sorted by relevance
/openssl/util/ |
H A D | opensslwrap.sh | 22 PATH="${HERE}..:$PATH"; export PATH
|
H A D | shlib_wrap.sh.in | 101 # Even though $PATH is adjusted [for Windows sake], it doesn't 106 PATH="${THERE}:$PATH"; export PATH
|
/openssl/ |
H A D | NOTES-ANDROID.md | 25 you still need to know the prefix to extend your PATH, in order to 29 Apart from `PATH` adjustment, you need to set `ANDROID_NDK_ROOT` environment 41 …PATH=$ANDROID_NDK_ROOT/toolchains/llvm/prebuilt/linux-x86_64/bin:$ANDROID_NDK_ROOT/toolchains/arm-… 50 PATH=$ANDROID_NDK_ROOT/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin:$PATH 62 One can engage clang by adjusting PATH to cover the same NDK's clang. Just 64 Also, PATH would need even further adjustment to cover unprefixed, yet 71 target name to Configure and shouldn't use `-D__ANDROID_API__=N`. `PATH` 72 adjustment becomes simpler, `$ANDROID_NDK_ROOT/bin:$PATH` suffices.
|
H A D | NOTES-WINDOWS.md | 63 3. Make sure both Perl and NASM are on your %PATH% 194 These compilers must be on your MSYS2 $PATH. 195 A common error is to not have these on your $PATH. 274 and ensure it is in the $PATH
|
H A D | NOTES-NONSTOP.md | 123 Your `PATH` must include the bin directory for the c99 cross-compiler, as in: 125 export PATH=/cygdrive/c/Program\ Files\ \(x86\)/HPE\ NonStop/L16.05/usr/bin:$PATH
|
H A D | INSTALL.md | 1433 $ /PATH/TO/OPENSSL/SOURCE/Configure [options...] 1440 $ perl D:[PATH.TO.OPENSSL.SOURCE]Configure [options...] 1447 $ perl d:\PATH\TO\OPENSSL\SOURCE\Configure [options...]
|
H A D | CHANGES.md | 16504 in the bctest version that searches along $PATH). 16543 * Enhance bctest to search for a working bc along $PATH and print 18206 $PATH. Just exploiting of the BWX extension results in 20-30% 19274 *directory* in $PATH was also accepted as the interpreter.
|
/openssl/tools/ |
H A D | c_rehash.in | 64 $ENV{PATH} = "$prefix/bin" . ($ENV{PATH} ? $path_delim . $ENV{PATH} : ""); 68 foreach (split /$path_delim/, $ENV{PATH}) {
|
/openssl/test/recipes/95-test_external_gost_engine_data/ |
H A D | gost_engine.sh | 32 export PATH="$O_EXE:$PATH"
|
/openssl/test/recipes/95-test_external_pkcs11_provider_data/ |
H A D | pkcs11-provider.sh | 31 export PATH="$O_EXE:$PATH"
|
/openssl/test/recipes/95-test_external_pyca_data/ |
H A D | cryptography.sh | 22 export PATH=$O_EXE:$PATH
|
/openssl/Configurations/ |
H A D | README-design.md | 426 generatesrc(src => "PATH/TO/tobegenerated", 430 incs => [ "INCL/PATH", ... ], 454 src2obj(obj => "PATH/TO/objectfile", 457 incs => [ "INCL/PATH", ... ] 477 obj2lib(lib => "PATH/TO/libfile", 498 obj2shlib(shlib => "PATH/TO/shlibfile", 499 lib => "PATH/TO/libfile", 518 obj2dso(lib => "PATH/TO/libfile", 520 deps => [ "PATH/TO/otherlibfile", 532 obj2bin(bin => "PATH/TO/binfile", [all …]
|
H A D | README.md | 516 generatesrc(src => "PATH/TO/tobegenerated", 521 incs => [ "INCL/PATH", ... ], 545 src2obj(obj => "PATH/TO/objectfile", 548 incs => [ "INCL/PATH", ... ] 568 obj2lib(lib => "PATH/TO/libfile", 589 obj2shlib(shlib => "PATH/TO/shlibfile", 590 lib => "PATH/TO/libfile", 609 obj2dso(lib => "PATH/TO/libfile", 611 deps => [ "PATH/TO/otherlibfile", 623 obj2bin(bin => "PATH/TO/binfile", [all …]
|
H A D | unix-Makefile.tmpl | 1423 ( echo >&2 "ERROR: unifdef not in your \$$PATH, FIPS checksums not calculated"; \
|
/openssl/test/recipes/95-test_external_tlsfuzzer_data/ |
H A D | tlsfuzzer.sh | 31 export PATH="$O_EXE:$PATH"
|
/openssl/test/recipes/95-test_external_oqsprovider_data/ |
H A D | oqsprovider.sh | 32 export PATH="$O_EXE:$PATH"
|
/openssl/doc/man1/ |
H A D | openssl-info.pod.in | 66 This is typically used to construct C<$PATH> (C<%PATH%> on Windows)
|
H A D | openssl-rehash.pod.in | 51 like the Unix B<PATH> variable. 80 fingerprints. If not found in the user's B<PATH>, then set the
|
/openssl/exporters/cmake/ |
H A D | OpenSSLConfig.cmake.in | 90 get_filename_component(_ossl_prefix "${CMAKE_CURRENT_LIST_FILE}" PATH) 98 $OUT .= 'get_filename_component(_ossl_prefix "${_ossl_prefix}" PATH)' . "\n"
|
/openssl/doc/man3/ |
H A D | OpenSSL_version.pod | 211 value of the environment variable C<$PATH> on Unix (where the 212 separator is C<:>) or C<%PATH%> on Windows (where the separator is
|
/openssl/.github/workflows/ |
H A D | windows.yml | 186 # Checkout before cygwin can mess with PATH...
|
/openssl/crypto/perlasm/ |
H A D | x86_64-xlate.pl | 102 die "no assembler found on %PATH%" if (!($nasm || $masm));
|
/openssl/doc/man7/ |
H A D | fips_module.pod | 67 to not have the correct version of OpenSSL in your $PATH. Check that you are
|
Completed in 89 milliseconds