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

/freebsd-10.1-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.c91 #ifdef OPENSSLDIR
92 return "OPENSSLDIR: \"" OPENSSLDIR "\"";
94 return "OPENSSLDIR: N/A";
H A Dopensslconf.h91 #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
93 #define OPENSSLDIR "/usr/local/ssl" macro
/freebsd-10.1-release/secure/lib/libcrypto/
H A Dopensslconf-ia64.h77 #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
79 #define OPENSSLDIR "/etc/ssl" macro
H A Dopensslconf-sparc64.h86 #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
88 #define OPENSSLDIR "/etc/ssl" macro
H A Dopensslconf-arm.h86 #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
88 #define OPENSSLDIR "/etc/ssl" macro
H A Dopensslconf-powerpc.h86 #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
88 #define OPENSSLDIR "/etc/ssl" macro
H A Dopensslconf-mips.h86 #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
88 #define OPENSSLDIR "/etc/ssl" macro
H A Dopensslconf-x86.h85 #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
87 #define OPENSSLDIR "/etc/ssl" macro
/freebsd-10.1-release/crypto/openssl/
H A DMakefile.org30 OPENSSLDIR=/usr/local/ssl
160 MANDIR=$(OPENSSLDIR)/man
165 HTMLDIR=$(OPENSSLDIR)/html
213 INSTALLTOP='$(INSTALLTOP)' OPENSSLDIR='$(OPENSSLDIR)' \
540 $(INSTALL_PREFIX)$(OPENSSLDIR)/misc \
541 $(INSTALL_PREFIX)$(OPENSSLDIR)/certs \
542 $(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)' \
542 $(INSTALL_PREFIX)$(OPENSSLDIR)/misc \
543 $(INSTALL_PREFIX)$(OPENSSLDIR)/certs \
544 $(INSTALL_PREFIX)$(OPENSSLDIR)/private
/freebsd-10.1-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.1-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.1-release/crypto/openssl/crypto/srp/
H A DMakefile7 OPENSSLDIR= /usr/local/ssl macro
/freebsd-10.1-release/crypto/openssl/apps/
H A DMakefile115 cp $$i $(INSTALL_PREFIX)$(OPENSSLDIR)/misc/$$i.new; \
116 chmod 755 $(INSTALL_PREFIX)$(OPENSSLDIR)/misc/$$i.new; \
117 mv -f $(INSTALL_PREFIX)$(OPENSSLDIR)/misc/$$i.new $(INSTALL_PREFIX)$(OPENSSLDIR)/misc/$$i ); \
119 @cp openssl.cnf $(INSTALL_PREFIX)$(OPENSSLDIR)/openssl.cnf.new; \
120 chmod 644 $(INSTALL_PREFIX)$(OPENSSLDIR)/openssl.cnf.new; \
121 mv -f $(INSTALL_PREFIX)$(OPENSSLDIR)/openssl.cnf.new $(INSTALL_PREFIX)$(OPENSSLDIR)/openssl.cnf
/freebsd-10.1-release/crypto/openssl/crypto/ts/
H A DMakefile11 OPENSSLDIR= /usr/local/ssl macro

Completed in 188 milliseconds