Lines Matching refs:OPENSSLDIR
191 # Do not edit these manually. Use Configure with --prefix or --openssldir
193 INSTALLTOP_dev={- # $prefix is used in the OPENSSLDIR perl snippet
203 # The logic here is that if no --openssldir was given,
204 # OPENSSLDIR will get the value "$win_commonroot\\SSL".
205 # If --openssldir was given and the value is an absolute
206 # path, OPENSSLDIR will get its value without change.
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);
243 OPENSSLDIR=$(DESTDIR)$(OPENSSLDIR_dir)
248 OPENSSLDIR=$(OPENSSLDIR_dev)$(OPENSSLDIR_dir)
346 "OPENSSLDIR=\"$openssldir\"",
513 @"$(PERL)" "$(SRCDIR)\util\mkdir-p.pl" "$(OPENSSLDIR)"
518 @$(ECHO) "install $(INSTALL_FIPSMODULECONF) -> $(OPENSSLDIR)\fipsmodule.cnf"
519 @"$(PERL)" "$(SRCDIR)\util\copy.pl" "$(INSTALL_FIPSMODULECONF)" "$(OPENSSLDIR)"
523 $(RM) "$(OPENSSLDIR)\fipsmodule.cnf"
535 @"$(PERL)" "$(SRCDIR)\util\mkdir-p.pl" "$(OPENSSLDIR)\certs"
536 @"$(PERL)" "$(SRCDIR)\util\mkdir-p.pl" "$(OPENSSLDIR)\private"
537 @"$(PERL)" "$(SRCDIR)\util\mkdir-p.pl" "$(OPENSSLDIR)\misc"
539 "$(OPENSSLDIR)\openssl.cnf.dist"
540 @IF NOT EXIST "$(OPENSSLDIR)\openssl.cnf" \
542 "$(OPENSSLDIR)\openssl.cnf"
545 "$(OPENSSLDIR)\misc"
547 "$(OPENSSLDIR)\ct_log_list.cnf.dist"
548 @IF NOT EXIST "$(OPENSSLDIR)\ct_log_list.cnf" \
550 "$(OPENSSLDIR)\ct_log_list.cnf"