Searched refs:OPENSSLDIR (Results 1 - 17 of 17) sorted by relevance

/freebsd-10.0-release/crypto/openssl/crypto/
H A Dcryptlib.h83 #define X509_CERT_AREA OPENSSLDIR
84 #define X509_CERT_DIR OPENSSLDIR "/certs"
85 #define X509_CERT_FILE OPENSSLDIR "/cert.pem"
86 #define X509_PRIVATE_DIR OPENSSLDIR "/private"
H A Dcversion.c95 #ifdef OPENSSLDIR
96 return "OPENSSLDIR: \"" OPENSSLDIR "\"";
98 return "OPENSSLDIR: N/A";
H A Dopensslconf.h91 #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
93 #define OPENSSLDIR "/usr/local/ssl" macro
H A Dopensslconf.h.in7 #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
9 #define OPENSSLDIR "/usr/local/ssl"
/freebsd-10.0-release/secure/lib/libcrypto/
H A Dopensslconf-arm.h77 #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
79 #define OPENSSLDIR "/etc/ssl" macro
H A Dopensslconf-ia64.h77 #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
79 #define OPENSSLDIR "/etc/ssl" macro
H A Dopensslconf-powerpc.h77 #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
79 #define OPENSSLDIR "/etc/ssl" macro
H A Dopensslconf-sparc64.h77 #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
79 #define OPENSSLDIR "/etc/ssl" macro
H A Dopensslconf-mips.h77 #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
79 #define OPENSSLDIR "/etc/ssl" macro
H A Dopensslconf-x86.h76 #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
78 #define OPENSSLDIR "/etc/ssl" macro
/freebsd-10.0-release/crypto/openssl/
H A DMakefile.org30 OPENSSLDIR=/usr/local/ssl
160 MANDIR=$(OPENSSLDIR)/man
165 HTMLDIR=$(OPENSSLDIR)/html
213 INSTALLTOP='$(INSTALLTOP)' OPENSSLDIR='$(OPENSSLDIR)' \
549 $(INSTALL_PREFIX)$(OPENSSLDIR)/misc \
550 $(INSTALL_PREFIX)$(OPENSSLDIR)/certs \
551 $(INSTALL_PREFIX)$(OPENSSLDIR)/private
H A DMakefile32 OPENSSLDIR=/usr/local/ssl macro
162 MANDIR=$(OPENSSLDIR)/man
167 HTMLDIR=$(OPENSSLDIR)/html
215 INSTALLTOP='$(INSTALLTOP)' OPENSSLDIR='$(OPENSSLDIR)' \
551 $(INSTALL_PREFIX)$(OPENSSLDIR)/misc \
552 $(INSTALL_PREFIX)$(OPENSSLDIR)/certs \
553 $(INSTALL_PREFIX)$(OPENSSLDIR)/private
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/
H A Dnmake.mak21 OPENSSLDIR=C:\dev\openssl macro
178 CFLAGS = $(CFLAGS) /I"$(WINPCAPDIR)/Include" /I"$(OPENSSLDIR)\include"
179 LFLAGS = /libpath:"$(WINPCAPDIR)\Lib" /libpath:"$(OPENSSLDIR)\lib"
/freebsd-10.0-release/crypto/openssl/util/
H A Dmk1mf.pl9 $OPENSSLDIR="/usr/local/ssl";
29 OPENSSLDIR => \$OPENSSLDIR,
321 $OPENSSLDIR =~ s|/|$o|g;
444 OPENSSLDIR=$OPENSSLDIR
581 \$(MKDIR) \"\$(OPENSSLDIR)\"
582 \$(CP) apps${o}openssl.cnf \"\$(OPENSSLDIR)\"
/freebsd-10.0-release/crypto/openssl/crypto/srp/
H A DMakefile7 OPENSSLDIR= /usr/local/ssl macro
/freebsd-10.0-release/crypto/openssl/apps/
H A DMakefile112 cp $$i $(INSTALL_PREFIX)$(OPENSSLDIR)/misc/$$i.new; \
113 chmod 755 $(INSTALL_PREFIX)$(OPENSSLDIR)/misc/$$i.new; \
114 mv -f $(INSTALL_PREFIX)$(OPENSSLDIR)/misc/$$i.new $(INSTALL_PREFIX)$(OPENSSLDIR)/misc/$$i ); \
116 @cp openssl.cnf $(INSTALL_PREFIX)$(OPENSSLDIR)/openssl.cnf.new; \
117 chmod 644 $(INSTALL_PREFIX)$(OPENSSLDIR)/openssl.cnf.new; \
118 mv -f $(INSTALL_PREFIX)$(OPENSSLDIR)/openssl.cnf.new $(INSTALL_PREFIX)$(OPENSSLDIR)/openssl.cnf
/freebsd-10.0-release/crypto/openssl/crypto/ts/
H A DMakefile11 OPENSSLDIR= /usr/local/ssl macro

Completed in 198 milliseconds