Home
last modified time | relevance | path

Searched refs:OPENSSLDIR (Results 1 – 25 of 25) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/
HDcryptlib.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"
HDcversion.c95 #ifdef OPENSSLDIR in SSLeay_version()
96 return "OPENSSLDIR: \"" OPENSSLDIR "\""; in SSLeay_version()
HDopensslconf.h120 #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
122 #define OPENSSLDIR "/usr/local/ssl" macro
HDopensslconf.h.in7 #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
9 #define OPENSSLDIR "/usr/local/ssl" macro
/freebsd-11-stable/crypto/openssl/doc/crypto/
HDSSLeay_version.pod45 The "OPENSSLDIR" setting of the library build in the form "OPENSSLDIR: "...""
46 if available or "OPENSSLDIR: N/A" otherwise.
HDOPENSSL_VERSION_NUMBER.pod85 The "OPENSSLDIR" setting of the library build in the form "OPENSSLDIR: "...""
86 if available or "OPENSSLDIR: N/A" otherwise.
/freebsd-11-stable/crypto/openssl/
HDMakefile.org30 OPENSSLDIR=/usr/local/ssl
162 MANDIR=$(OPENSSLDIR)/man
167 HTMLDIR=$(OPENSSLDIR)/html
218 INSTALLTOP='$(INSTALLTOP)' OPENSSLDIR='$(OPENSSLDIR)' \
551 $(INSTALL_PREFIX)$(OPENSSLDIR)/misc \
552 $(INSTALL_PREFIX)$(OPENSSLDIR)/certs \
553 $(INSTALL_PREFIX)$(OPENSSLDIR)/private
HDMakefile32 OPENSSLDIR=/usr/local/ssl macro
164 MANDIR=$(OPENSSLDIR)/man
169 HTMLDIR=$(OPENSSLDIR)/html
220 INSTALLTOP='$(INSTALLTOP)' OPENSSLDIR='$(OPENSSLDIR)' \
553 $(INSTALL_PREFIX)$(OPENSSLDIR)/misc \
554 $(INSTALL_PREFIX)$(OPENSSLDIR)/certs \
555 $(INSTALL_PREFIX)$(OPENSSLDIR)/private
HDINSTALL280 following rule, if OPENSSLDIR is a pathname (absolute or
285 cd $(OPENSSLDIR) # Check whether the directory really exists
286 -ln -s `cd $(OPENSSLDIR); pwd`/include incl/openssl
HDConfigure14 … [no-asm] [no-dso] [no-krb5] [sctp] [386] [--prefix=DIR] [--openssldir=OPENSSLDIR] [--with-xxx[=vv…
18 # --openssldir install OpenSSL in OPENSSLDIR (Default: DIR/ssl if the
21 # (Default: the OPENSSLDIR directory)
1729 s/^OPENSSLDIR=.*$/OPENSSLDIR=$openssldir/;
1935 if (/^#define\s+OPENSSLDIR/)
1939 print OUT "#define OPENSSLDIR \"$foo\"\n";
HDCHANGES6784 value of OPENSSLDIR. This is available via the new '-d' option
10686 *) Install various scripts to $(OPENSSLDIR)/misc, not to
/freebsd-11-stable/crypto/openssl/util/
HDmk1mf.pl13 $OPENSSLDIR="/usr/local/ssl";
33 OPENSSLDIR => \$OPENSSLDIR,
338 $OPENSSLDIR =~ s|/|$o|g;
470 OPENSSLDIR=$OPENSSLDIR
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
HDnmake.mak21 OPENSSLDIR=C:\dev\openssl macro
178 CFLAGS = $(CFLAGS) /I"$(WINPCAPDIR)/Include" /I"$(OPENSSLDIR)\include"
179 LFLAGS = /libpath:"$(WINPCAPDIR)\Lib" /libpath:"$(OPENSSLDIR)\lib"
HDREADME-Windows.txt70 this directory can be modified by changing OPENSSLDIR variable in
/freebsd-11-stable/crypto/openssl/doc/apps/
HDversion.pod53 OPENSSLDIR setting.
/freebsd-11-stable/secure/lib/libcrypto/
HDopensslconf-arm.h.in112 #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
114 #define OPENSSLDIR "/etc/ssl" macro
HDopensslconf-riscv.h.in110 #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
112 #define OPENSSLDIR "/etc/ssl" macro
HDopensslconf-mips.h.in110 #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
112 #define OPENSSLDIR "/etc/ssl" macro
HDopensslconf-aarch64.h.in112 #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
114 #define OPENSSLDIR "/etc/ssl" macro
HDopensslconf-sparc64.h.in112 #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
114 #define OPENSSLDIR "/etc/ssl" macro
HDopensslconf-powerpc.h.in112 #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
114 #define OPENSSLDIR "/etc/ssl" macro
HDopensslconf-x86.h.in112 #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
114 #define OPENSSLDIR "/etc/ssl" macro
/freebsd-11-stable/crypto/openssl/crypto/srp/
HDMakefile7 OPENSSLDIR= /usr/local/ssl macro
/freebsd-11-stable/crypto/openssl/apps/
HDMakefile115 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-11-stable/crypto/openssl/crypto/ts/
HDMakefile11 OPENSSLDIR= /usr/local/ssl macro