OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPENSSL_REGRESSION
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/util/
shlib_wrap.sh.in
11
#
OPENSSL_REGRESSION
=/path/to/other/OpenSSL/build/tree
12
if [ -n "$
OPENSSL_REGRESSION
" ]; then
13
shlibwrap="$
OPENSSL_REGRESSION
/util/shlib_wrap.sh"
15
# We clear
OPENSSL_REGRESSION
to avoid a loop, should the shlib_wrap.sh
17
OPENSSL_REGRESSION
= exec "$shlibwrap" "$@"
22
echo "No $shlibwrap, perhaps
OPENSSL_REGRESSION
isn't properly set?" >&2
/src/crypto/external/bsd/openssl/dist/util/
shlib_wrap.sh.in
11
#
OPENSSL_REGRESSION
=/path/to/other/OpenSSL/build/tree
12
if [ -n "$
OPENSSL_REGRESSION
" ]; then
13
shlibwrap="$
OPENSSL_REGRESSION
/util/shlib_wrap.sh"
15
# We clear
OPENSSL_REGRESSION
to avoid a loop, should the shlib_wrap.sh
17
OPENSSL_REGRESSION
= exec "$shlibwrap" "$@"
22
echo "No $shlibwrap, perhaps
OPENSSL_REGRESSION
isn't properly set?" >&2
/src/crypto/external/bsd/openssl.old/dist/util/
shlib_wrap.sh.in
23
#
OPENSSL_REGRESSION
=/path/to/other/OpenSSL/build/tree
24
if [ -n "$
OPENSSL_REGRESSION
" ]; then
25
shlibwrap="$
OPENSSL_REGRESSION
/util/shlib_wrap.sh"
27
# We clear
OPENSSL_REGRESSION
to avoid a loop, should the shlib_wrap.sh
29
OPENSSL_REGRESSION
= exec "$shlibwrap" "$@"
34
echo "No $shlibwrap, perhaps
OPENSSL_REGRESSION
isn't properly set?" >&2
Completed in 23 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026