Fossil SCM
Openssl 1.0.2
Commit
1afb9f7d9f419655dc6a6600912a4c5932a5556e
Parent
74ff0e1e41a3e73…
5 files changed
+3
-3
+9
-8
+2
-2
+2
-2
+1
-1
+3
-3
| --- src/makemake.tcl | ||
| +++ src/makemake.tcl | ||
| @@ -573,12 +573,12 @@ | ||
| 573 | 573 | #### The directories where the OpenSSL include and library files are located. |
| 574 | 574 | # The recommended usage here is to use the Sysinternals junction tool |
| 575 | 575 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 576 | 576 | # Fossil source code directory and the target OpenSSL source directory. |
| 577 | 577 | # |
| 578 | -OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1k/include | |
| 579 | -OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1k | |
| 578 | +OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.2/include | |
| 579 | +OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.2 | |
| 580 | 580 | |
| 581 | 581 | #### Either the directory where the Tcl library is installed or the Tcl |
| 582 | 582 | # source code directory resides (depending on the value of the macro |
| 583 | 583 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 584 | 584 | # this directory must have "include" and "lib" sub-directories. If |
| @@ -1305,11 +1305,11 @@ | ||
| 1305 | 1305 | |
| 1306 | 1306 | # Uncomment to enable Tcl support |
| 1307 | 1307 | # FOSSIL_ENABLE_TCL = 1 |
| 1308 | 1308 | |
| 1309 | 1309 | !ifdef FOSSIL_ENABLE_SSL |
| 1310 | -SSLDIR = $(B)\compat\openssl-1.0.1k | |
| 1310 | +SSLDIR = $(B)\compat\openssl-1.0.2 | |
| 1311 | 1311 | SSLINCDIR = $(SSLDIR)\inc32 |
| 1312 | 1312 | SSLLIBDIR = $(SSLDIR)\out32 |
| 1313 | 1313 | SSLLFLAGS = /nologo /opt:ref /debug |
| 1314 | 1314 | SSLLIB = ssleay32.lib libeay32.lib user32.lib gdi32.lib |
| 1315 | 1315 | !if "$(PLATFORM)"=="amd64" || "$(PLATFORM)"=="x64" |
| 1316 | 1316 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -573,12 +573,12 @@ | |
| 573 | #### The directories where the OpenSSL include and library files are located. |
| 574 | # The recommended usage here is to use the Sysinternals junction tool |
| 575 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 576 | # Fossil source code directory and the target OpenSSL source directory. |
| 577 | # |
| 578 | OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1k/include |
| 579 | OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1k |
| 580 | |
| 581 | #### Either the directory where the Tcl library is installed or the Tcl |
| 582 | # source code directory resides (depending on the value of the macro |
| 583 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 584 | # this directory must have "include" and "lib" sub-directories. If |
| @@ -1305,11 +1305,11 @@ | |
| 1305 | |
| 1306 | # Uncomment to enable Tcl support |
| 1307 | # FOSSIL_ENABLE_TCL = 1 |
| 1308 | |
| 1309 | !ifdef FOSSIL_ENABLE_SSL |
| 1310 | SSLDIR = $(B)\compat\openssl-1.0.1k |
| 1311 | SSLINCDIR = $(SSLDIR)\inc32 |
| 1312 | SSLLIBDIR = $(SSLDIR)\out32 |
| 1313 | SSLLFLAGS = /nologo /opt:ref /debug |
| 1314 | SSLLIB = ssleay32.lib libeay32.lib user32.lib gdi32.lib |
| 1315 | !if "$(PLATFORM)"=="amd64" || "$(PLATFORM)"=="x64" |
| 1316 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -573,12 +573,12 @@ | |
| 573 | #### The directories where the OpenSSL include and library files are located. |
| 574 | # The recommended usage here is to use the Sysinternals junction tool |
| 575 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 576 | # Fossil source code directory and the target OpenSSL source directory. |
| 577 | # |
| 578 | OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.2/include |
| 579 | OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.2 |
| 580 | |
| 581 | #### Either the directory where the Tcl library is installed or the Tcl |
| 582 | # source code directory resides (depending on the value of the macro |
| 583 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 584 | # this directory must have "include" and "lib" sub-directories. If |
| @@ -1305,11 +1305,11 @@ | |
| 1305 | |
| 1306 | # Uncomment to enable Tcl support |
| 1307 | # FOSSIL_ENABLE_TCL = 1 |
| 1308 | |
| 1309 | !ifdef FOSSIL_ENABLE_SSL |
| 1310 | SSLDIR = $(B)\compat\openssl-1.0.2 |
| 1311 | SSLINCDIR = $(SSLDIR)\inc32 |
| 1312 | SSLLIBDIR = $(SSLDIR)\out32 |
| 1313 | SSLLFLAGS = /nologo /opt:ref /debug |
| 1314 | SSLLIB = ssleay32.lib libeay32.lib user32.lib gdi32.lib |
| 1315 | !if "$(PLATFORM)"=="amd64" || "$(PLATFORM)"=="x64" |
| 1316 |
+9
-8
| --- src/schema.c | ||
| +++ src/schema.c | ||
| @@ -81,11 +81,11 @@ | ||
| 81 | 81 | @ uuid TEXT UNIQUE NOT NULL, -- SHA1 hash of the content |
| 82 | 82 | @ content BLOB, -- Compressed content of this record |
| 83 | 83 | @ CHECK( length(uuid)==40 AND rid>0 ) |
| 84 | 84 | @ ); |
| 85 | 85 | @ CREATE TABLE delta( |
| 86 | -@ rid INTEGER PRIMARY KEY, -- BLOB that is delta-compressed | |
| 86 | +@ rid INTEGER PRIMARY KEY, -- BLOB that is delta-compressed | |
| 87 | 87 | @ srcid INTEGER NOT NULL REFERENCES blob -- Baseline for delta-compression |
| 88 | 88 | @ ); |
| 89 | 89 | @ CREATE INDEX delta_i1 ON delta(srcid); |
| 90 | 90 | @ |
| 91 | 91 | @ ------------------------------------------------------------------------- |
| @@ -232,17 +232,18 @@ | ||
| 232 | 232 | @ -- |
| 233 | 233 | @ -- pid==0 if the file is added by checkin mid. |
| 234 | 234 | @ -- fid==0 if the file is removed by checkin mid. |
| 235 | 235 | @ -- |
| 236 | 236 | @ CREATE TABLE mlink( |
| 237 | -@ mid INTEGER REFERENCES blob, -- Manifest ID where change occurs | |
| 238 | -@ pid INTEGER REFERENCES blob, -- File ID in parent manifest | |
| 239 | -@ fid INTEGER REFERENCES blob, -- Changed file ID in this manifest | |
| 237 | +@ mid INTEGER REFERENCES plink(cid), -- Checkin that contains fid | |
| 238 | +@ fid INTEGER REFERENCES blob, -- New file content. 0 if deleted | |
| 239 | +@ pmid INTEGER DEFAULT 0 -- (not used yet) | |
| 240 | +@ pid INTEGER REFERENCES blob, -- Prev file content. 0 if new | |
| 240 | 241 | @ fnid INTEGER REFERENCES filename, -- Name of the file |
| 241 | 242 | @ pfnid INTEGER REFERENCES filename, -- Previous name. 0 if unchanged |
| 242 | -@ mperm INTEGER -- File permissions. 1==exec | |
| 243 | -@ isaux BOOLEAN DEFAULT 0 -- TRUE if pmid is the primary (not used yet) | |
| 243 | +@ mperm INTEGER, -- File permissions. 1==exec | |
| 244 | +@ isaux BOOLEAN DEFAULT 0 -- (not used yet) | |
| 244 | 245 | @ ); |
| 245 | 246 | @ CREATE INDEX mlink_i1 ON mlink(mid); |
| 246 | 247 | @ CREATE INDEX mlink_i2 ON mlink(fnid); |
| 247 | 248 | @ CREATE INDEX mlink_i3 ON mlink(fid); |
| 248 | 249 | @ CREATE INDEX mlink_i4 ON mlink(pid); |
| @@ -252,11 +253,11 @@ | ||
| 252 | 253 | @ CREATE TABLE plink( |
| 253 | 254 | @ pid INTEGER REFERENCES blob, -- Parent manifest |
| 254 | 255 | @ cid INTEGER REFERENCES blob, -- Child manifest |
| 255 | 256 | @ isprim BOOLEAN, -- pid is the primary parent of cid |
| 256 | 257 | @ mtime DATETIME, -- the date/time stamp on cid. Julian day. |
| 257 | -@ baseid INTEGER REFERENCES blob, -- Baseline if child is a delta manifest | |
| 258 | +@ baseid INTEGER REFERENCES blob, -- Baseline if cid is a delta manifest. | |
| 258 | 259 | @ UNIQUE(pid, cid) |
| 259 | 260 | @ ); |
| 260 | 261 | @ CREATE INDEX plink_i2 ON plink(cid,pid); |
| 261 | 262 | @ |
| 262 | 263 | @ -- A "leaf" checkin is a checkin that has no children in the same |
| @@ -489,11 +490,11 @@ | ||
| 489 | 490 | @ -- current version of the file is already in the repository. |
| 490 | 491 | @ -- |
| 491 | 492 | @ CREATE TABLE vfile( |
| 492 | 493 | @ id INTEGER PRIMARY KEY, -- ID of the checked out file |
| 493 | 494 | @ vid INTEGER REFERENCES blob, -- The baseline this file is part of. |
| 494 | -@ chnged INT DEFAULT 0, -- 0:unchnged 1:edited 2:m-chng 3:m-add 4:i-chng 5:i-add | |
| 495 | +@ chnged INT DEFAULT 0, -- 0:unchng 1:edit 2:m-chng 3:m-add 4:i-chng 5:i-add | |
| 495 | 496 | @ deleted BOOLEAN DEFAULT 0, -- True if deleted |
| 496 | 497 | @ isexe BOOLEAN, -- True if file should be executable |
| 497 | 498 | @ islink BOOLEAN, -- True if file should be symlink |
| 498 | 499 | @ rid INTEGER, -- Originally from this repository record |
| 499 | 500 | @ mrid INTEGER, -- Based on this record due to a merge |
| 500 | 501 |
| --- src/schema.c | |
| +++ src/schema.c | |
| @@ -81,11 +81,11 @@ | |
| 81 | @ uuid TEXT UNIQUE NOT NULL, -- SHA1 hash of the content |
| 82 | @ content BLOB, -- Compressed content of this record |
| 83 | @ CHECK( length(uuid)==40 AND rid>0 ) |
| 84 | @ ); |
| 85 | @ CREATE TABLE delta( |
| 86 | @ rid INTEGER PRIMARY KEY, -- BLOB that is delta-compressed |
| 87 | @ srcid INTEGER NOT NULL REFERENCES blob -- Baseline for delta-compression |
| 88 | @ ); |
| 89 | @ CREATE INDEX delta_i1 ON delta(srcid); |
| 90 | @ |
| 91 | @ ------------------------------------------------------------------------- |
| @@ -232,17 +232,18 @@ | |
| 232 | @ -- |
| 233 | @ -- pid==0 if the file is added by checkin mid. |
| 234 | @ -- fid==0 if the file is removed by checkin mid. |
| 235 | @ -- |
| 236 | @ CREATE TABLE mlink( |
| 237 | @ mid INTEGER REFERENCES blob, -- Manifest ID where change occurs |
| 238 | @ pid INTEGER REFERENCES blob, -- File ID in parent manifest |
| 239 | @ fid INTEGER REFERENCES blob, -- Changed file ID in this manifest |
| 240 | @ fnid INTEGER REFERENCES filename, -- Name of the file |
| 241 | @ pfnid INTEGER REFERENCES filename, -- Previous name. 0 if unchanged |
| 242 | @ mperm INTEGER -- File permissions. 1==exec |
| 243 | @ isaux BOOLEAN DEFAULT 0 -- TRUE if pmid is the primary (not used yet) |
| 244 | @ ); |
| 245 | @ CREATE INDEX mlink_i1 ON mlink(mid); |
| 246 | @ CREATE INDEX mlink_i2 ON mlink(fnid); |
| 247 | @ CREATE INDEX mlink_i3 ON mlink(fid); |
| 248 | @ CREATE INDEX mlink_i4 ON mlink(pid); |
| @@ -252,11 +253,11 @@ | |
| 252 | @ CREATE TABLE plink( |
| 253 | @ pid INTEGER REFERENCES blob, -- Parent manifest |
| 254 | @ cid INTEGER REFERENCES blob, -- Child manifest |
| 255 | @ isprim BOOLEAN, -- pid is the primary parent of cid |
| 256 | @ mtime DATETIME, -- the date/time stamp on cid. Julian day. |
| 257 | @ baseid INTEGER REFERENCES blob, -- Baseline if child is a delta manifest |
| 258 | @ UNIQUE(pid, cid) |
| 259 | @ ); |
| 260 | @ CREATE INDEX plink_i2 ON plink(cid,pid); |
| 261 | @ |
| 262 | @ -- A "leaf" checkin is a checkin that has no children in the same |
| @@ -489,11 +490,11 @@ | |
| 489 | @ -- current version of the file is already in the repository. |
| 490 | @ -- |
| 491 | @ CREATE TABLE vfile( |
| 492 | @ id INTEGER PRIMARY KEY, -- ID of the checked out file |
| 493 | @ vid INTEGER REFERENCES blob, -- The baseline this file is part of. |
| 494 | @ chnged INT DEFAULT 0, -- 0:unchnged 1:edited 2:m-chng 3:m-add 4:i-chng 5:i-add |
| 495 | @ deleted BOOLEAN DEFAULT 0, -- True if deleted |
| 496 | @ isexe BOOLEAN, -- True if file should be executable |
| 497 | @ islink BOOLEAN, -- True if file should be symlink |
| 498 | @ rid INTEGER, -- Originally from this repository record |
| 499 | @ mrid INTEGER, -- Based on this record due to a merge |
| 500 |
| --- src/schema.c | |
| +++ src/schema.c | |
| @@ -81,11 +81,11 @@ | |
| 81 | @ uuid TEXT UNIQUE NOT NULL, -- SHA1 hash of the content |
| 82 | @ content BLOB, -- Compressed content of this record |
| 83 | @ CHECK( length(uuid)==40 AND rid>0 ) |
| 84 | @ ); |
| 85 | @ CREATE TABLE delta( |
| 86 | @ rid INTEGER PRIMARY KEY, -- BLOB that is delta-compressed |
| 87 | @ srcid INTEGER NOT NULL REFERENCES blob -- Baseline for delta-compression |
| 88 | @ ); |
| 89 | @ CREATE INDEX delta_i1 ON delta(srcid); |
| 90 | @ |
| 91 | @ ------------------------------------------------------------------------- |
| @@ -232,17 +232,18 @@ | |
| 232 | @ -- |
| 233 | @ -- pid==0 if the file is added by checkin mid. |
| 234 | @ -- fid==0 if the file is removed by checkin mid. |
| 235 | @ -- |
| 236 | @ CREATE TABLE mlink( |
| 237 | @ mid INTEGER REFERENCES plink(cid), -- Checkin that contains fid |
| 238 | @ fid INTEGER REFERENCES blob, -- New file content. 0 if deleted |
| 239 | @ pmid INTEGER DEFAULT 0 -- (not used yet) |
| 240 | @ pid INTEGER REFERENCES blob, -- Prev file content. 0 if new |
| 241 | @ fnid INTEGER REFERENCES filename, -- Name of the file |
| 242 | @ pfnid INTEGER REFERENCES filename, -- Previous name. 0 if unchanged |
| 243 | @ mperm INTEGER, -- File permissions. 1==exec |
| 244 | @ isaux BOOLEAN DEFAULT 0 -- (not used yet) |
| 245 | @ ); |
| 246 | @ CREATE INDEX mlink_i1 ON mlink(mid); |
| 247 | @ CREATE INDEX mlink_i2 ON mlink(fnid); |
| 248 | @ CREATE INDEX mlink_i3 ON mlink(fid); |
| 249 | @ CREATE INDEX mlink_i4 ON mlink(pid); |
| @@ -252,11 +253,11 @@ | |
| 253 | @ CREATE TABLE plink( |
| 254 | @ pid INTEGER REFERENCES blob, -- Parent manifest |
| 255 | @ cid INTEGER REFERENCES blob, -- Child manifest |
| 256 | @ isprim BOOLEAN, -- pid is the primary parent of cid |
| 257 | @ mtime DATETIME, -- the date/time stamp on cid. Julian day. |
| 258 | @ baseid INTEGER REFERENCES blob, -- Baseline if cid is a delta manifest. |
| 259 | @ UNIQUE(pid, cid) |
| 260 | @ ); |
| 261 | @ CREATE INDEX plink_i2 ON plink(cid,pid); |
| 262 | @ |
| 263 | @ -- A "leaf" checkin is a checkin that has no children in the same |
| @@ -489,11 +490,11 @@ | |
| 490 | @ -- current version of the file is already in the repository. |
| 491 | @ -- |
| 492 | @ CREATE TABLE vfile( |
| 493 | @ id INTEGER PRIMARY KEY, -- ID of the checked out file |
| 494 | @ vid INTEGER REFERENCES blob, -- The baseline this file is part of. |
| 495 | @ chnged INT DEFAULT 0, -- 0:unchng 1:edit 2:m-chng 3:m-add 4:i-chng 5:i-add |
| 496 | @ deleted BOOLEAN DEFAULT 0, -- True if deleted |
| 497 | @ isexe BOOLEAN, -- True if file should be executable |
| 498 | @ islink BOOLEAN, -- True if file should be symlink |
| 499 | @ rid INTEGER, -- Originally from this repository record |
| 500 | @ mrid INTEGER, -- Based on this record due to a merge |
| 501 |
+2
-2
| --- win/Makefile.mingw | ||
| +++ win/Makefile.mingw | ||
| @@ -146,12 +146,12 @@ | ||
| 146 | 146 | #### The directories where the OpenSSL include and library files are located. |
| 147 | 147 | # The recommended usage here is to use the Sysinternals junction tool |
| 148 | 148 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 149 | 149 | # Fossil source code directory and the target OpenSSL source directory. |
| 150 | 150 | # |
| 151 | -OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1k/include | |
| 152 | -OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1k | |
| 151 | +OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.2/include | |
| 152 | +OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.2 | |
| 153 | 153 | |
| 154 | 154 | #### Either the directory where the Tcl library is installed or the Tcl |
| 155 | 155 | # source code directory resides (depending on the value of the macro |
| 156 | 156 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 157 | 157 | # this directory must have "include" and "lib" sub-directories. If |
| 158 | 158 |
| --- win/Makefile.mingw | |
| +++ win/Makefile.mingw | |
| @@ -146,12 +146,12 @@ | |
| 146 | #### The directories where the OpenSSL include and library files are located. |
| 147 | # The recommended usage here is to use the Sysinternals junction tool |
| 148 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 149 | # Fossil source code directory and the target OpenSSL source directory. |
| 150 | # |
| 151 | OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1k/include |
| 152 | OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1k |
| 153 | |
| 154 | #### Either the directory where the Tcl library is installed or the Tcl |
| 155 | # source code directory resides (depending on the value of the macro |
| 156 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 157 | # this directory must have "include" and "lib" sub-directories. If |
| 158 |
| --- win/Makefile.mingw | |
| +++ win/Makefile.mingw | |
| @@ -146,12 +146,12 @@ | |
| 146 | #### The directories where the OpenSSL include and library files are located. |
| 147 | # The recommended usage here is to use the Sysinternals junction tool |
| 148 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 149 | # Fossil source code directory and the target OpenSSL source directory. |
| 150 | # |
| 151 | OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.2/include |
| 152 | OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.2 |
| 153 | |
| 154 | #### Either the directory where the Tcl library is installed or the Tcl |
| 155 | # source code directory resides (depending on the value of the macro |
| 156 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 157 | # this directory must have "include" and "lib" sub-directories. If |
| 158 |
+2
-2
| --- win/Makefile.mingw.mistachkin | ||
| +++ win/Makefile.mingw.mistachkin | ||
| @@ -146,12 +146,12 @@ | ||
| 146 | 146 | #### The directories where the OpenSSL include and library files are located. |
| 147 | 147 | # The recommended usage here is to use the Sysinternals junction tool |
| 148 | 148 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 149 | 149 | # Fossil source code directory and the target OpenSSL source directory. |
| 150 | 150 | # |
| 151 | -OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1k/include | |
| 152 | -OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1k | |
| 151 | +OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.2/include | |
| 152 | +OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.2 | |
| 153 | 153 | |
| 154 | 154 | #### Either the directory where the Tcl library is installed or the Tcl |
| 155 | 155 | # source code directory resides (depending on the value of the macro |
| 156 | 156 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 157 | 157 | # this directory must have "include" and "lib" sub-directories. If |
| 158 | 158 |
| --- win/Makefile.mingw.mistachkin | |
| +++ win/Makefile.mingw.mistachkin | |
| @@ -146,12 +146,12 @@ | |
| 146 | #### The directories where the OpenSSL include and library files are located. |
| 147 | # The recommended usage here is to use the Sysinternals junction tool |
| 148 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 149 | # Fossil source code directory and the target OpenSSL source directory. |
| 150 | # |
| 151 | OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1k/include |
| 152 | OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1k |
| 153 | |
| 154 | #### Either the directory where the Tcl library is installed or the Tcl |
| 155 | # source code directory resides (depending on the value of the macro |
| 156 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 157 | # this directory must have "include" and "lib" sub-directories. If |
| 158 |
| --- win/Makefile.mingw.mistachkin | |
| +++ win/Makefile.mingw.mistachkin | |
| @@ -146,12 +146,12 @@ | |
| 146 | #### The directories where the OpenSSL include and library files are located. |
| 147 | # The recommended usage here is to use the Sysinternals junction tool |
| 148 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 149 | # Fossil source code directory and the target OpenSSL source directory. |
| 150 | # |
| 151 | OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.2/include |
| 152 | OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.2 |
| 153 | |
| 154 | #### Either the directory where the Tcl library is installed or the Tcl |
| 155 | # source code directory resides (depending on the value of the macro |
| 156 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 157 | # this directory must have "include" and "lib" sub-directories. If |
| 158 |
+1
-1
| --- win/Makefile.msc | ||
| +++ win/Makefile.msc | ||
| @@ -55,11 +55,11 @@ | ||
| 55 | 55 | |
| 56 | 56 | # Uncomment to enable Tcl support |
| 57 | 57 | # FOSSIL_ENABLE_TCL = 1 |
| 58 | 58 | |
| 59 | 59 | !ifdef FOSSIL_ENABLE_SSL |
| 60 | -SSLDIR = $(B)\compat\openssl-1.0.1k | |
| 60 | +SSLDIR = $(B)\compat\openssl-1.0.2 | |
| 61 | 61 | SSLINCDIR = $(SSLDIR)\inc32 |
| 62 | 62 | SSLLIBDIR = $(SSLDIR)\out32 |
| 63 | 63 | SSLLFLAGS = /nologo /opt:ref /debug |
| 64 | 64 | SSLLIB = ssleay32.lib libeay32.lib user32.lib gdi32.lib |
| 65 | 65 | !if "$(PLATFORM)"=="amd64" || "$(PLATFORM)"=="x64" |
| 66 | 66 |
| --- win/Makefile.msc | |
| +++ win/Makefile.msc | |
| @@ -55,11 +55,11 @@ | |
| 55 | |
| 56 | # Uncomment to enable Tcl support |
| 57 | # FOSSIL_ENABLE_TCL = 1 |
| 58 | |
| 59 | !ifdef FOSSIL_ENABLE_SSL |
| 60 | SSLDIR = $(B)\compat\openssl-1.0.1k |
| 61 | SSLINCDIR = $(SSLDIR)\inc32 |
| 62 | SSLLIBDIR = $(SSLDIR)\out32 |
| 63 | SSLLFLAGS = /nologo /opt:ref /debug |
| 64 | SSLLIB = ssleay32.lib libeay32.lib user32.lib gdi32.lib |
| 65 | !if "$(PLATFORM)"=="amd64" || "$(PLATFORM)"=="x64" |
| 66 |
| --- win/Makefile.msc | |
| +++ win/Makefile.msc | |
| @@ -55,11 +55,11 @@ | |
| 55 | |
| 56 | # Uncomment to enable Tcl support |
| 57 | # FOSSIL_ENABLE_TCL = 1 |
| 58 | |
| 59 | !ifdef FOSSIL_ENABLE_SSL |
| 60 | SSLDIR = $(B)\compat\openssl-1.0.2 |
| 61 | SSLINCDIR = $(SSLDIR)\inc32 |
| 62 | SSLLIBDIR = $(SSLDIR)\out32 |
| 63 | SSLLFLAGS = /nologo /opt:ref /debug |
| 64 | SSLLIB = ssleay32.lib libeay32.lib user32.lib gdi32.lib |
| 65 | !if "$(PLATFORM)"=="amd64" || "$(PLATFORM)"=="x64" |
| 66 |