| /freebsd-11-stable/crypto/openssl/crypto/ |
| HD | cryptlib.h | 83 # 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"
|
| HD | cversion.c | 95 #ifdef OPENSSLDIR in SSLeay_version() 96 return "OPENSSLDIR: \"" OPENSSLDIR "\""; in SSLeay_version()
|
| HD | opensslconf.h | 120 #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) 122 #define OPENSSLDIR "/usr/local/ssl" macro
|
| HD | opensslconf.h.in | 7 #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) 9 #define OPENSSLDIR "/usr/local/ssl" macro
|
| /freebsd-11-stable/crypto/openssl/doc/crypto/ |
| HD | SSLeay_version.pod | 45 The "OPENSSLDIR" setting of the library build in the form "OPENSSLDIR: "..."" 46 if available or "OPENSSLDIR: N/A" otherwise.
|
| HD | OPENSSL_VERSION_NUMBER.pod | 85 The "OPENSSLDIR" setting of the library build in the form "OPENSSLDIR: "..."" 86 if available or "OPENSSLDIR: N/A" otherwise.
|
| /freebsd-11-stable/crypto/openssl/ |
| HD | Makefile.org | 30 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
|
| HD | Makefile | 32 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
|
| HD | INSTALL | 280 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
|
| HD | Configure | 14 … [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";
|
| HD | CHANGES | 6784 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/ |
| HD | mk1mf.pl | 13 $OPENSSLDIR="/usr/local/ssl"; 33 OPENSSLDIR => \$OPENSSLDIR, 338 $OPENSSLDIR =~ s|/|$o|g; 470 OPENSSLDIR=$OPENSSLDIR
|
| /freebsd-11-stable/contrib/wpa/wpa_supplicant/ |
| HD | nmake.mak | 21 OPENSSLDIR=C:\dev\openssl macro 178 CFLAGS = $(CFLAGS) /I"$(WINPCAPDIR)/Include" /I"$(OPENSSLDIR)\include" 179 LFLAGS = /libpath:"$(WINPCAPDIR)\Lib" /libpath:"$(OPENSSLDIR)\lib"
|
| HD | README-Windows.txt | 70 this directory can be modified by changing OPENSSLDIR variable in
|
| /freebsd-11-stable/crypto/openssl/doc/apps/ |
| HD | version.pod | 53 OPENSSLDIR setting.
|
| /freebsd-11-stable/secure/lib/libcrypto/ |
| HD | opensslconf-arm.h.in | 112 #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) 114 #define OPENSSLDIR "/etc/ssl" macro
|
| HD | opensslconf-riscv.h.in | 110 #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) 112 #define OPENSSLDIR "/etc/ssl" macro
|
| HD | opensslconf-mips.h.in | 110 #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) 112 #define OPENSSLDIR "/etc/ssl" macro
|
| HD | opensslconf-aarch64.h.in | 112 #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) 114 #define OPENSSLDIR "/etc/ssl" macro
|
| HD | opensslconf-sparc64.h.in | 112 #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) 114 #define OPENSSLDIR "/etc/ssl" macro
|
| HD | opensslconf-powerpc.h.in | 112 #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) 114 #define OPENSSLDIR "/etc/ssl" macro
|
| HD | opensslconf-x86.h.in | 112 #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) 114 #define OPENSSLDIR "/etc/ssl" macro
|
| /freebsd-11-stable/crypto/openssl/crypto/srp/ |
| HD | Makefile | 7 OPENSSLDIR= /usr/local/ssl macro
|
| /freebsd-11-stable/crypto/openssl/apps/ |
| HD | Makefile | 115 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/ |
| HD | Makefile | 11 OPENSSLDIR= /usr/local/ssl macro
|