Lines Matching refs:openssldir
191 # Do not edit these manually. Use Configure with --prefix or --openssldir
203 # The logic here is that if no --openssldir was given,
205 # If --openssldir was given and the value is an absolute
207 # If the value from --openssldir is a relative path,
208 # OPENSSLDIR will get $prefix with the --openssldir
212 our $openssldir =
213 $config{openssldir} ?
214 (file_name_is_absolute($config{openssldir}) ?
215 canonpath($config{openssldir})
216 : catdir($prefix, $config{openssldir}))
219 splitpath($openssldir, 1);
346 "OPENSSLDIR=\"$openssldir\"",