Fossil SCM
Cherry-pick [c5b86115de]: Update version of OpenSSL that is referred to in the makefiles. Cherry-pick [565ba734d2]: Fix "fossil extras" when a "extra" entry matches partly with current directory name (reported by j. van den hoff).
Commit
c779b6890464caeabac0c112cb2ef708e9b46b91
Parent
97608a6b57f290d…
15 files changed
+2
+2
+2
+4
-4
+4
-4
+4
-4
+2
-2
+2
-2
+2
-2
+2
-2
+2
-2
+2
-2
+2
-2
+2
-2
+2
-2
~
src/file.c
~
src/file.c
~
src/file.c
~
src/makemake.tcl
~
src/makemake.tcl
~
src/makemake.tcl
~
win/Makefile.mingw
~
win/Makefile.mingw
~
win/Makefile.mingw
~
win/Makefile.mingw.mistachkin
~
win/Makefile.mingw.mistachkin
~
win/Makefile.mingw.mistachkin
~
win/Makefile.msc
~
win/Makefile.msc
~
win/Makefile.msc
+2
| --- src/file.c | ||
| +++ src/file.c | ||
| @@ -914,10 +914,12 @@ | ||
| 914 | 914 | for(j=i+1; zPwd[j]; j++){ |
| 915 | 915 | if( zPwd[j]=='/' ){ |
| 916 | 916 | blob_append(pOut, "/..", 3); |
| 917 | 917 | } |
| 918 | 918 | } |
| 919 | + while( i>0 && (zPwd[i]!='/')) --i; | |
| 920 | + blob_append(pOut, zPath+i, j-i); | |
| 919 | 921 | } |
| 920 | 922 | if( slash && i>0 && zPath[strlen(zPath)-1]=='/'){ |
| 921 | 923 | blob_append(pOut, "/", 1); |
| 922 | 924 | } |
| 923 | 925 | blob_reset(&tmp); |
| 924 | 926 |
| --- src/file.c | |
| +++ src/file.c | |
| @@ -914,10 +914,12 @@ | |
| 914 | for(j=i+1; zPwd[j]; j++){ |
| 915 | if( zPwd[j]=='/' ){ |
| 916 | blob_append(pOut, "/..", 3); |
| 917 | } |
| 918 | } |
| 919 | } |
| 920 | if( slash && i>0 && zPath[strlen(zPath)-1]=='/'){ |
| 921 | blob_append(pOut, "/", 1); |
| 922 | } |
| 923 | blob_reset(&tmp); |
| 924 |
| --- src/file.c | |
| +++ src/file.c | |
| @@ -914,10 +914,12 @@ | |
| 914 | for(j=i+1; zPwd[j]; j++){ |
| 915 | if( zPwd[j]=='/' ){ |
| 916 | blob_append(pOut, "/..", 3); |
| 917 | } |
| 918 | } |
| 919 | while( i>0 && (zPwd[i]!='/')) --i; |
| 920 | blob_append(pOut, zPath+i, j-i); |
| 921 | } |
| 922 | if( slash && i>0 && zPath[strlen(zPath)-1]=='/'){ |
| 923 | blob_append(pOut, "/", 1); |
| 924 | } |
| 925 | blob_reset(&tmp); |
| 926 |
+2
| --- src/file.c | ||
| +++ src/file.c | ||
| @@ -914,10 +914,12 @@ | ||
| 914 | 914 | for(j=i+1; zPwd[j]; j++){ |
| 915 | 915 | if( zPwd[j]=='/' ){ |
| 916 | 916 | blob_append(pOut, "/..", 3); |
| 917 | 917 | } |
| 918 | 918 | } |
| 919 | + while( i>0 && (zPwd[i]!='/')) --i; | |
| 920 | + blob_append(pOut, zPath+i, j-i); | |
| 919 | 921 | } |
| 920 | 922 | if( slash && i>0 && zPath[strlen(zPath)-1]=='/'){ |
| 921 | 923 | blob_append(pOut, "/", 1); |
| 922 | 924 | } |
| 923 | 925 | blob_reset(&tmp); |
| 924 | 926 |
| --- src/file.c | |
| +++ src/file.c | |
| @@ -914,10 +914,12 @@ | |
| 914 | for(j=i+1; zPwd[j]; j++){ |
| 915 | if( zPwd[j]=='/' ){ |
| 916 | blob_append(pOut, "/..", 3); |
| 917 | } |
| 918 | } |
| 919 | } |
| 920 | if( slash && i>0 && zPath[strlen(zPath)-1]=='/'){ |
| 921 | blob_append(pOut, "/", 1); |
| 922 | } |
| 923 | blob_reset(&tmp); |
| 924 |
| --- src/file.c | |
| +++ src/file.c | |
| @@ -914,10 +914,12 @@ | |
| 914 | for(j=i+1; zPwd[j]; j++){ |
| 915 | if( zPwd[j]=='/' ){ |
| 916 | blob_append(pOut, "/..", 3); |
| 917 | } |
| 918 | } |
| 919 | while( i>0 && (zPwd[i]!='/')) --i; |
| 920 | blob_append(pOut, zPath+i, j-i); |
| 921 | } |
| 922 | if( slash && i>0 && zPath[strlen(zPath)-1]=='/'){ |
| 923 | blob_append(pOut, "/", 1); |
| 924 | } |
| 925 | blob_reset(&tmp); |
| 926 |
+2
| --- src/file.c | ||
| +++ src/file.c | ||
| @@ -914,10 +914,12 @@ | ||
| 914 | 914 | for(j=i+1; zPwd[j]; j++){ |
| 915 | 915 | if( zPwd[j]=='/' ){ |
| 916 | 916 | blob_append(pOut, "/..", 3); |
| 917 | 917 | } |
| 918 | 918 | } |
| 919 | + while( i>0 && (zPwd[i]!='/')) --i; | |
| 920 | + blob_append(pOut, zPath+i, j-i); | |
| 919 | 921 | } |
| 920 | 922 | if( slash && i>0 && zPath[strlen(zPath)-1]=='/'){ |
| 921 | 923 | blob_append(pOut, "/", 1); |
| 922 | 924 | } |
| 923 | 925 | blob_reset(&tmp); |
| 924 | 926 |
| --- src/file.c | |
| +++ src/file.c | |
| @@ -914,10 +914,12 @@ | |
| 914 | for(j=i+1; zPwd[j]; j++){ |
| 915 | if( zPwd[j]=='/' ){ |
| 916 | blob_append(pOut, "/..", 3); |
| 917 | } |
| 918 | } |
| 919 | } |
| 920 | if( slash && i>0 && zPath[strlen(zPath)-1]=='/'){ |
| 921 | blob_append(pOut, "/", 1); |
| 922 | } |
| 923 | blob_reset(&tmp); |
| 924 |
| --- src/file.c | |
| +++ src/file.c | |
| @@ -914,10 +914,12 @@ | |
| 914 | for(j=i+1; zPwd[j]; j++){ |
| 915 | if( zPwd[j]=='/' ){ |
| 916 | blob_append(pOut, "/..", 3); |
| 917 | } |
| 918 | } |
| 919 | while( i>0 && (zPwd[i]!='/')) --i; |
| 920 | blob_append(pOut, zPath+i, j-i); |
| 921 | } |
| 922 | if( slash && i>0 && zPath[strlen(zPath)-1]=='/'){ |
| 923 | blob_append(pOut, "/", 1); |
| 924 | } |
| 925 | blob_reset(&tmp); |
| 926 |
+4
-4
| --- src/makemake.tcl | ||
| +++ src/makemake.tcl | ||
| @@ -450,12 +450,12 @@ | ||
| 450 | 450 | #### The directories where the OpenSSL include and library files are located. |
| 451 | 451 | # The recommended usage here is to use the Sysinternals junction tool |
| 452 | 452 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 453 | 453 | # Fossil source code directory and the target OpenSSL source directory. |
| 454 | 454 | # |
| 455 | -OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1f/include | |
| 456 | -OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1f | |
| 455 | +OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1g/include | |
| 456 | +OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1g | |
| 457 | 457 | |
| 458 | 458 | #### Either the directory where the Tcl library is installed or the Tcl |
| 459 | 459 | # source code directory resides (depending on the value of the macro |
| 460 | 460 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 461 | 461 | # this directory must have "include" and "lib" sub-directories. If |
| @@ -1020,12 +1020,12 @@ | ||
| 1020 | 1020 | |
| 1021 | 1021 | # Uncomment to enable SSL support |
| 1022 | 1022 | # FOSSIL_ENABLE_SSL = 1 |
| 1023 | 1023 | |
| 1024 | 1024 | !ifdef FOSSIL_ENABLE_SSL |
| 1025 | -SSLINCDIR = $(B)\compat\openssl-1.0.1f\include | |
| 1026 | -SSLLIBDIR = $(B)\compat\openssl-1.0.1f\out32 | |
| 1025 | +SSLINCDIR = $(B)\compat\openssl-1.0.1g\include | |
| 1026 | +SSLLIBDIR = $(B)\compat\openssl-1.0.1g\out32 | |
| 1027 | 1027 | SSLLIB = ssleay32.lib libeay32.lib user32.lib gdi32.lib |
| 1028 | 1028 | !endif |
| 1029 | 1029 | |
| 1030 | 1030 | # zlib options |
| 1031 | 1031 | ZINCDIR = $(B)\compat\zlib |
| 1032 | 1032 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -450,12 +450,12 @@ | |
| 450 | #### The directories where the OpenSSL include and library files are located. |
| 451 | # The recommended usage here is to use the Sysinternals junction tool |
| 452 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 453 | # Fossil source code directory and the target OpenSSL source directory. |
| 454 | # |
| 455 | OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1f/include |
| 456 | OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1f |
| 457 | |
| 458 | #### Either the directory where the Tcl library is installed or the Tcl |
| 459 | # source code directory resides (depending on the value of the macro |
| 460 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 461 | # this directory must have "include" and "lib" sub-directories. If |
| @@ -1020,12 +1020,12 @@ | |
| 1020 | |
| 1021 | # Uncomment to enable SSL support |
| 1022 | # FOSSIL_ENABLE_SSL = 1 |
| 1023 | |
| 1024 | !ifdef FOSSIL_ENABLE_SSL |
| 1025 | SSLINCDIR = $(B)\compat\openssl-1.0.1f\include |
| 1026 | SSLLIBDIR = $(B)\compat\openssl-1.0.1f\out32 |
| 1027 | SSLLIB = ssleay32.lib libeay32.lib user32.lib gdi32.lib |
| 1028 | !endif |
| 1029 | |
| 1030 | # zlib options |
| 1031 | ZINCDIR = $(B)\compat\zlib |
| 1032 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -450,12 +450,12 @@ | |
| 450 | #### The directories where the OpenSSL include and library files are located. |
| 451 | # The recommended usage here is to use the Sysinternals junction tool |
| 452 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 453 | # Fossil source code directory and the target OpenSSL source directory. |
| 454 | # |
| 455 | OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1g/include |
| 456 | OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1g |
| 457 | |
| 458 | #### Either the directory where the Tcl library is installed or the Tcl |
| 459 | # source code directory resides (depending on the value of the macro |
| 460 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 461 | # this directory must have "include" and "lib" sub-directories. If |
| @@ -1020,12 +1020,12 @@ | |
| 1020 | |
| 1021 | # Uncomment to enable SSL support |
| 1022 | # FOSSIL_ENABLE_SSL = 1 |
| 1023 | |
| 1024 | !ifdef FOSSIL_ENABLE_SSL |
| 1025 | SSLINCDIR = $(B)\compat\openssl-1.0.1g\include |
| 1026 | SSLLIBDIR = $(B)\compat\openssl-1.0.1g\out32 |
| 1027 | SSLLIB = ssleay32.lib libeay32.lib user32.lib gdi32.lib |
| 1028 | !endif |
| 1029 | |
| 1030 | # zlib options |
| 1031 | ZINCDIR = $(B)\compat\zlib |
| 1032 |
+4
-4
| --- src/makemake.tcl | ||
| +++ src/makemake.tcl | ||
| @@ -450,12 +450,12 @@ | ||
| 450 | 450 | #### The directories where the OpenSSL include and library files are located. |
| 451 | 451 | # The recommended usage here is to use the Sysinternals junction tool |
| 452 | 452 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 453 | 453 | # Fossil source code directory and the target OpenSSL source directory. |
| 454 | 454 | # |
| 455 | -OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1f/include | |
| 456 | -OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1f | |
| 455 | +OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1g/include | |
| 456 | +OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1g | |
| 457 | 457 | |
| 458 | 458 | #### Either the directory where the Tcl library is installed or the Tcl |
| 459 | 459 | # source code directory resides (depending on the value of the macro |
| 460 | 460 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 461 | 461 | # this directory must have "include" and "lib" sub-directories. If |
| @@ -1020,12 +1020,12 @@ | ||
| 1020 | 1020 | |
| 1021 | 1021 | # Uncomment to enable SSL support |
| 1022 | 1022 | # FOSSIL_ENABLE_SSL = 1 |
| 1023 | 1023 | |
| 1024 | 1024 | !ifdef FOSSIL_ENABLE_SSL |
| 1025 | -SSLINCDIR = $(B)\compat\openssl-1.0.1f\include | |
| 1026 | -SSLLIBDIR = $(B)\compat\openssl-1.0.1f\out32 | |
| 1025 | +SSLINCDIR = $(B)\compat\openssl-1.0.1g\include | |
| 1026 | +SSLLIBDIR = $(B)\compat\openssl-1.0.1g\out32 | |
| 1027 | 1027 | SSLLIB = ssleay32.lib libeay32.lib user32.lib gdi32.lib |
| 1028 | 1028 | !endif |
| 1029 | 1029 | |
| 1030 | 1030 | # zlib options |
| 1031 | 1031 | ZINCDIR = $(B)\compat\zlib |
| 1032 | 1032 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -450,12 +450,12 @@ | |
| 450 | #### The directories where the OpenSSL include and library files are located. |
| 451 | # The recommended usage here is to use the Sysinternals junction tool |
| 452 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 453 | # Fossil source code directory and the target OpenSSL source directory. |
| 454 | # |
| 455 | OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1f/include |
| 456 | OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1f |
| 457 | |
| 458 | #### Either the directory where the Tcl library is installed or the Tcl |
| 459 | # source code directory resides (depending on the value of the macro |
| 460 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 461 | # this directory must have "include" and "lib" sub-directories. If |
| @@ -1020,12 +1020,12 @@ | |
| 1020 | |
| 1021 | # Uncomment to enable SSL support |
| 1022 | # FOSSIL_ENABLE_SSL = 1 |
| 1023 | |
| 1024 | !ifdef FOSSIL_ENABLE_SSL |
| 1025 | SSLINCDIR = $(B)\compat\openssl-1.0.1f\include |
| 1026 | SSLLIBDIR = $(B)\compat\openssl-1.0.1f\out32 |
| 1027 | SSLLIB = ssleay32.lib libeay32.lib user32.lib gdi32.lib |
| 1028 | !endif |
| 1029 | |
| 1030 | # zlib options |
| 1031 | ZINCDIR = $(B)\compat\zlib |
| 1032 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -450,12 +450,12 @@ | |
| 450 | #### The directories where the OpenSSL include and library files are located. |
| 451 | # The recommended usage here is to use the Sysinternals junction tool |
| 452 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 453 | # Fossil source code directory and the target OpenSSL source directory. |
| 454 | # |
| 455 | OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1g/include |
| 456 | OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1g |
| 457 | |
| 458 | #### Either the directory where the Tcl library is installed or the Tcl |
| 459 | # source code directory resides (depending on the value of the macro |
| 460 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 461 | # this directory must have "include" and "lib" sub-directories. If |
| @@ -1020,12 +1020,12 @@ | |
| 1020 | |
| 1021 | # Uncomment to enable SSL support |
| 1022 | # FOSSIL_ENABLE_SSL = 1 |
| 1023 | |
| 1024 | !ifdef FOSSIL_ENABLE_SSL |
| 1025 | SSLINCDIR = $(B)\compat\openssl-1.0.1g\include |
| 1026 | SSLLIBDIR = $(B)\compat\openssl-1.0.1g\out32 |
| 1027 | SSLLIB = ssleay32.lib libeay32.lib user32.lib gdi32.lib |
| 1028 | !endif |
| 1029 | |
| 1030 | # zlib options |
| 1031 | ZINCDIR = $(B)\compat\zlib |
| 1032 |
+4
-4
| --- src/makemake.tcl | ||
| +++ src/makemake.tcl | ||
| @@ -450,12 +450,12 @@ | ||
| 450 | 450 | #### The directories where the OpenSSL include and library files are located. |
| 451 | 451 | # The recommended usage here is to use the Sysinternals junction tool |
| 452 | 452 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 453 | 453 | # Fossil source code directory and the target OpenSSL source directory. |
| 454 | 454 | # |
| 455 | -OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1f/include | |
| 456 | -OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1f | |
| 455 | +OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1g/include | |
| 456 | +OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1g | |
| 457 | 457 | |
| 458 | 458 | #### Either the directory where the Tcl library is installed or the Tcl |
| 459 | 459 | # source code directory resides (depending on the value of the macro |
| 460 | 460 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 461 | 461 | # this directory must have "include" and "lib" sub-directories. If |
| @@ -1020,12 +1020,12 @@ | ||
| 1020 | 1020 | |
| 1021 | 1021 | # Uncomment to enable SSL support |
| 1022 | 1022 | # FOSSIL_ENABLE_SSL = 1 |
| 1023 | 1023 | |
| 1024 | 1024 | !ifdef FOSSIL_ENABLE_SSL |
| 1025 | -SSLINCDIR = $(B)\compat\openssl-1.0.1f\include | |
| 1026 | -SSLLIBDIR = $(B)\compat\openssl-1.0.1f\out32 | |
| 1025 | +SSLINCDIR = $(B)\compat\openssl-1.0.1g\include | |
| 1026 | +SSLLIBDIR = $(B)\compat\openssl-1.0.1g\out32 | |
| 1027 | 1027 | SSLLIB = ssleay32.lib libeay32.lib user32.lib gdi32.lib |
| 1028 | 1028 | !endif |
| 1029 | 1029 | |
| 1030 | 1030 | # zlib options |
| 1031 | 1031 | ZINCDIR = $(B)\compat\zlib |
| 1032 | 1032 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -450,12 +450,12 @@ | |
| 450 | #### The directories where the OpenSSL include and library files are located. |
| 451 | # The recommended usage here is to use the Sysinternals junction tool |
| 452 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 453 | # Fossil source code directory and the target OpenSSL source directory. |
| 454 | # |
| 455 | OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1f/include |
| 456 | OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1f |
| 457 | |
| 458 | #### Either the directory where the Tcl library is installed or the Tcl |
| 459 | # source code directory resides (depending on the value of the macro |
| 460 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 461 | # this directory must have "include" and "lib" sub-directories. If |
| @@ -1020,12 +1020,12 @@ | |
| 1020 | |
| 1021 | # Uncomment to enable SSL support |
| 1022 | # FOSSIL_ENABLE_SSL = 1 |
| 1023 | |
| 1024 | !ifdef FOSSIL_ENABLE_SSL |
| 1025 | SSLINCDIR = $(B)\compat\openssl-1.0.1f\include |
| 1026 | SSLLIBDIR = $(B)\compat\openssl-1.0.1f\out32 |
| 1027 | SSLLIB = ssleay32.lib libeay32.lib user32.lib gdi32.lib |
| 1028 | !endif |
| 1029 | |
| 1030 | # zlib options |
| 1031 | ZINCDIR = $(B)\compat\zlib |
| 1032 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -450,12 +450,12 @@ | |
| 450 | #### The directories where the OpenSSL include and library files are located. |
| 451 | # The recommended usage here is to use the Sysinternals junction tool |
| 452 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 453 | # Fossil source code directory and the target OpenSSL source directory. |
| 454 | # |
| 455 | OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1g/include |
| 456 | OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1g |
| 457 | |
| 458 | #### Either the directory where the Tcl library is installed or the Tcl |
| 459 | # source code directory resides (depending on the value of the macro |
| 460 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 461 | # this directory must have "include" and "lib" sub-directories. If |
| @@ -1020,12 +1020,12 @@ | |
| 1020 | |
| 1021 | # Uncomment to enable SSL support |
| 1022 | # FOSSIL_ENABLE_SSL = 1 |
| 1023 | |
| 1024 | !ifdef FOSSIL_ENABLE_SSL |
| 1025 | SSLINCDIR = $(B)\compat\openssl-1.0.1g\include |
| 1026 | SSLLIBDIR = $(B)\compat\openssl-1.0.1g\out32 |
| 1027 | SSLLIB = ssleay32.lib libeay32.lib user32.lib gdi32.lib |
| 1028 | !endif |
| 1029 | |
| 1030 | # zlib options |
| 1031 | ZINCDIR = $(B)\compat\zlib |
| 1032 |
+2
-2
| --- win/Makefile.mingw | ||
| +++ win/Makefile.mingw | ||
| @@ -84,12 +84,12 @@ | ||
| 84 | 84 | #### The directories where the OpenSSL include and library files are located. |
| 85 | 85 | # The recommended usage here is to use the Sysinternals junction tool |
| 86 | 86 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 87 | 87 | # Fossil source code directory and the target OpenSSL source directory. |
| 88 | 88 | # |
| 89 | -OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1f/include | |
| 90 | -OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1f | |
| 89 | +OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1g/include | |
| 90 | +OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1g | |
| 91 | 91 | |
| 92 | 92 | #### Either the directory where the Tcl library is installed or the Tcl |
| 93 | 93 | # source code directory resides (depending on the value of the macro |
| 94 | 94 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 95 | 95 | # this directory must have "include" and "lib" sub-directories. If |
| 96 | 96 |
| --- win/Makefile.mingw | |
| +++ win/Makefile.mingw | |
| @@ -84,12 +84,12 @@ | |
| 84 | #### The directories where the OpenSSL include and library files are located. |
| 85 | # The recommended usage here is to use the Sysinternals junction tool |
| 86 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 87 | # Fossil source code directory and the target OpenSSL source directory. |
| 88 | # |
| 89 | OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1f/include |
| 90 | OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1f |
| 91 | |
| 92 | #### Either the directory where the Tcl library is installed or the Tcl |
| 93 | # source code directory resides (depending on the value of the macro |
| 94 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 95 | # this directory must have "include" and "lib" sub-directories. If |
| 96 |
| --- win/Makefile.mingw | |
| +++ win/Makefile.mingw | |
| @@ -84,12 +84,12 @@ | |
| 84 | #### The directories where the OpenSSL include and library files are located. |
| 85 | # The recommended usage here is to use the Sysinternals junction tool |
| 86 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 87 | # Fossil source code directory and the target OpenSSL source directory. |
| 88 | # |
| 89 | OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1g/include |
| 90 | OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1g |
| 91 | |
| 92 | #### Either the directory where the Tcl library is installed or the Tcl |
| 93 | # source code directory resides (depending on the value of the macro |
| 94 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 95 | # this directory must have "include" and "lib" sub-directories. If |
| 96 |
+2
-2
| --- win/Makefile.mingw | ||
| +++ win/Makefile.mingw | ||
| @@ -84,12 +84,12 @@ | ||
| 84 | 84 | #### The directories where the OpenSSL include and library files are located. |
| 85 | 85 | # The recommended usage here is to use the Sysinternals junction tool |
| 86 | 86 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 87 | 87 | # Fossil source code directory and the target OpenSSL source directory. |
| 88 | 88 | # |
| 89 | -OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1f/include | |
| 90 | -OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1f | |
| 89 | +OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1g/include | |
| 90 | +OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1g | |
| 91 | 91 | |
| 92 | 92 | #### Either the directory where the Tcl library is installed or the Tcl |
| 93 | 93 | # source code directory resides (depending on the value of the macro |
| 94 | 94 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 95 | 95 | # this directory must have "include" and "lib" sub-directories. If |
| 96 | 96 |
| --- win/Makefile.mingw | |
| +++ win/Makefile.mingw | |
| @@ -84,12 +84,12 @@ | |
| 84 | #### The directories where the OpenSSL include and library files are located. |
| 85 | # The recommended usage here is to use the Sysinternals junction tool |
| 86 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 87 | # Fossil source code directory and the target OpenSSL source directory. |
| 88 | # |
| 89 | OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1f/include |
| 90 | OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1f |
| 91 | |
| 92 | #### Either the directory where the Tcl library is installed or the Tcl |
| 93 | # source code directory resides (depending on the value of the macro |
| 94 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 95 | # this directory must have "include" and "lib" sub-directories. If |
| 96 |
| --- win/Makefile.mingw | |
| +++ win/Makefile.mingw | |
| @@ -84,12 +84,12 @@ | |
| 84 | #### The directories where the OpenSSL include and library files are located. |
| 85 | # The recommended usage here is to use the Sysinternals junction tool |
| 86 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 87 | # Fossil source code directory and the target OpenSSL source directory. |
| 88 | # |
| 89 | OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1g/include |
| 90 | OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1g |
| 91 | |
| 92 | #### Either the directory where the Tcl library is installed or the Tcl |
| 93 | # source code directory resides (depending on the value of the macro |
| 94 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 95 | # this directory must have "include" and "lib" sub-directories. If |
| 96 |
+2
-2
| --- win/Makefile.mingw | ||
| +++ win/Makefile.mingw | ||
| @@ -84,12 +84,12 @@ | ||
| 84 | 84 | #### The directories where the OpenSSL include and library files are located. |
| 85 | 85 | # The recommended usage here is to use the Sysinternals junction tool |
| 86 | 86 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 87 | 87 | # Fossil source code directory and the target OpenSSL source directory. |
| 88 | 88 | # |
| 89 | -OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1f/include | |
| 90 | -OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1f | |
| 89 | +OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1g/include | |
| 90 | +OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1g | |
| 91 | 91 | |
| 92 | 92 | #### Either the directory where the Tcl library is installed or the Tcl |
| 93 | 93 | # source code directory resides (depending on the value of the macro |
| 94 | 94 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 95 | 95 | # this directory must have "include" and "lib" sub-directories. If |
| 96 | 96 |
| --- win/Makefile.mingw | |
| +++ win/Makefile.mingw | |
| @@ -84,12 +84,12 @@ | |
| 84 | #### The directories where the OpenSSL include and library files are located. |
| 85 | # The recommended usage here is to use the Sysinternals junction tool |
| 86 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 87 | # Fossil source code directory and the target OpenSSL source directory. |
| 88 | # |
| 89 | OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1f/include |
| 90 | OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1f |
| 91 | |
| 92 | #### Either the directory where the Tcl library is installed or the Tcl |
| 93 | # source code directory resides (depending on the value of the macro |
| 94 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 95 | # this directory must have "include" and "lib" sub-directories. If |
| 96 |
| --- win/Makefile.mingw | |
| +++ win/Makefile.mingw | |
| @@ -84,12 +84,12 @@ | |
| 84 | #### The directories where the OpenSSL include and library files are located. |
| 85 | # The recommended usage here is to use the Sysinternals junction tool |
| 86 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 87 | # Fossil source code directory and the target OpenSSL source directory. |
| 88 | # |
| 89 | OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1g/include |
| 90 | OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1g |
| 91 | |
| 92 | #### Either the directory where the Tcl library is installed or the Tcl |
| 93 | # source code directory resides (depending on the value of the macro |
| 94 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 95 | # this directory must have "include" and "lib" sub-directories. If |
| 96 |
+2
-2
| --- win/Makefile.mingw.mistachkin | ||
| +++ win/Makefile.mingw.mistachkin | ||
| @@ -84,12 +84,12 @@ | ||
| 84 | 84 | #### The directories where the OpenSSL include and library files are located. |
| 85 | 85 | # The recommended usage here is to use the Sysinternals junction tool |
| 86 | 86 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 87 | 87 | # Fossil source code directory and the target OpenSSL source directory. |
| 88 | 88 | # |
| 89 | -OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1f/include | |
| 90 | -OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1f | |
| 89 | +OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1g/include | |
| 90 | +OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1g | |
| 91 | 91 | |
| 92 | 92 | #### Either the directory where the Tcl library is installed or the Tcl |
| 93 | 93 | # source code directory resides (depending on the value of the macro |
| 94 | 94 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 95 | 95 | # this directory must have "include" and "lib" sub-directories. If |
| 96 | 96 |
| --- win/Makefile.mingw.mistachkin | |
| +++ win/Makefile.mingw.mistachkin | |
| @@ -84,12 +84,12 @@ | |
| 84 | #### The directories where the OpenSSL include and library files are located. |
| 85 | # The recommended usage here is to use the Sysinternals junction tool |
| 86 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 87 | # Fossil source code directory and the target OpenSSL source directory. |
| 88 | # |
| 89 | OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1f/include |
| 90 | OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1f |
| 91 | |
| 92 | #### Either the directory where the Tcl library is installed or the Tcl |
| 93 | # source code directory resides (depending on the value of the macro |
| 94 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 95 | # this directory must have "include" and "lib" sub-directories. If |
| 96 |
| --- win/Makefile.mingw.mistachkin | |
| +++ win/Makefile.mingw.mistachkin | |
| @@ -84,12 +84,12 @@ | |
| 84 | #### The directories where the OpenSSL include and library files are located. |
| 85 | # The recommended usage here is to use the Sysinternals junction tool |
| 86 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 87 | # Fossil source code directory and the target OpenSSL source directory. |
| 88 | # |
| 89 | OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1g/include |
| 90 | OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1g |
| 91 | |
| 92 | #### Either the directory where the Tcl library is installed or the Tcl |
| 93 | # source code directory resides (depending on the value of the macro |
| 94 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 95 | # this directory must have "include" and "lib" sub-directories. If |
| 96 |
+2
-2
| --- win/Makefile.mingw.mistachkin | ||
| +++ win/Makefile.mingw.mistachkin | ||
| @@ -84,12 +84,12 @@ | ||
| 84 | 84 | #### The directories where the OpenSSL include and library files are located. |
| 85 | 85 | # The recommended usage here is to use the Sysinternals junction tool |
| 86 | 86 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 87 | 87 | # Fossil source code directory and the target OpenSSL source directory. |
| 88 | 88 | # |
| 89 | -OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1f/include | |
| 90 | -OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1f | |
| 89 | +OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1g/include | |
| 90 | +OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1g | |
| 91 | 91 | |
| 92 | 92 | #### Either the directory where the Tcl library is installed or the Tcl |
| 93 | 93 | # source code directory resides (depending on the value of the macro |
| 94 | 94 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 95 | 95 | # this directory must have "include" and "lib" sub-directories. If |
| 96 | 96 |
| --- win/Makefile.mingw.mistachkin | |
| +++ win/Makefile.mingw.mistachkin | |
| @@ -84,12 +84,12 @@ | |
| 84 | #### The directories where the OpenSSL include and library files are located. |
| 85 | # The recommended usage here is to use the Sysinternals junction tool |
| 86 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 87 | # Fossil source code directory and the target OpenSSL source directory. |
| 88 | # |
| 89 | OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1f/include |
| 90 | OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1f |
| 91 | |
| 92 | #### Either the directory where the Tcl library is installed or the Tcl |
| 93 | # source code directory resides (depending on the value of the macro |
| 94 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 95 | # this directory must have "include" and "lib" sub-directories. If |
| 96 |
| --- win/Makefile.mingw.mistachkin | |
| +++ win/Makefile.mingw.mistachkin | |
| @@ -84,12 +84,12 @@ | |
| 84 | #### The directories where the OpenSSL include and library files are located. |
| 85 | # The recommended usage here is to use the Sysinternals junction tool |
| 86 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 87 | # Fossil source code directory and the target OpenSSL source directory. |
| 88 | # |
| 89 | OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1g/include |
| 90 | OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1g |
| 91 | |
| 92 | #### Either the directory where the Tcl library is installed or the Tcl |
| 93 | # source code directory resides (depending on the value of the macro |
| 94 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 95 | # this directory must have "include" and "lib" sub-directories. If |
| 96 |
+2
-2
| --- win/Makefile.mingw.mistachkin | ||
| +++ win/Makefile.mingw.mistachkin | ||
| @@ -84,12 +84,12 @@ | ||
| 84 | 84 | #### The directories where the OpenSSL include and library files are located. |
| 85 | 85 | # The recommended usage here is to use the Sysinternals junction tool |
| 86 | 86 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 87 | 87 | # Fossil source code directory and the target OpenSSL source directory. |
| 88 | 88 | # |
| 89 | -OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1f/include | |
| 90 | -OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1f | |
| 89 | +OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1g/include | |
| 90 | +OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1g | |
| 91 | 91 | |
| 92 | 92 | #### Either the directory where the Tcl library is installed or the Tcl |
| 93 | 93 | # source code directory resides (depending on the value of the macro |
| 94 | 94 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 95 | 95 | # this directory must have "include" and "lib" sub-directories. If |
| 96 | 96 |
| --- win/Makefile.mingw.mistachkin | |
| +++ win/Makefile.mingw.mistachkin | |
| @@ -84,12 +84,12 @@ | |
| 84 | #### The directories where the OpenSSL include and library files are located. |
| 85 | # The recommended usage here is to use the Sysinternals junction tool |
| 86 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 87 | # Fossil source code directory and the target OpenSSL source directory. |
| 88 | # |
| 89 | OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1f/include |
| 90 | OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1f |
| 91 | |
| 92 | #### Either the directory where the Tcl library is installed or the Tcl |
| 93 | # source code directory resides (depending on the value of the macro |
| 94 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 95 | # this directory must have "include" and "lib" sub-directories. If |
| 96 |
| --- win/Makefile.mingw.mistachkin | |
| +++ win/Makefile.mingw.mistachkin | |
| @@ -84,12 +84,12 @@ | |
| 84 | #### The directories where the OpenSSL include and library files are located. |
| 85 | # The recommended usage here is to use the Sysinternals junction tool |
| 86 | # to create a hard link between an "openssl-1.x" sub-directory of the |
| 87 | # Fossil source code directory and the target OpenSSL source directory. |
| 88 | # |
| 89 | OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1g/include |
| 90 | OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1g |
| 91 | |
| 92 | #### Either the directory where the Tcl library is installed or the Tcl |
| 93 | # source code directory resides (depending on the value of the macro |
| 94 | # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, |
| 95 | # this directory must have "include" and "lib" sub-directories. If |
| 96 |
+2
-2
| --- win/Makefile.msc | ||
| +++ win/Makefile.msc | ||
| @@ -23,12 +23,12 @@ | ||
| 23 | 23 | |
| 24 | 24 | # Uncomment to enable SSL support |
| 25 | 25 | # FOSSIL_ENABLE_SSL = 1 |
| 26 | 26 | |
| 27 | 27 | !ifdef FOSSIL_ENABLE_SSL |
| 28 | -SSLINCDIR = $(B)\compat\openssl-1.0.1f\include | |
| 29 | -SSLLIBDIR = $(B)\compat\openssl-1.0.1f\out32 | |
| 28 | +SSLINCDIR = $(B)\compat\openssl-1.0.1g\include | |
| 29 | +SSLLIBDIR = $(B)\compat\openssl-1.0.1g\out32 | |
| 30 | 30 | SSLLIB = ssleay32.lib libeay32.lib user32.lib gdi32.lib |
| 31 | 31 | !endif |
| 32 | 32 | |
| 33 | 33 | # zlib options |
| 34 | 34 | ZINCDIR = $(B)\compat\zlib |
| 35 | 35 |
| --- win/Makefile.msc | |
| +++ win/Makefile.msc | |
| @@ -23,12 +23,12 @@ | |
| 23 | |
| 24 | # Uncomment to enable SSL support |
| 25 | # FOSSIL_ENABLE_SSL = 1 |
| 26 | |
| 27 | !ifdef FOSSIL_ENABLE_SSL |
| 28 | SSLINCDIR = $(B)\compat\openssl-1.0.1f\include |
| 29 | SSLLIBDIR = $(B)\compat\openssl-1.0.1f\out32 |
| 30 | SSLLIB = ssleay32.lib libeay32.lib user32.lib gdi32.lib |
| 31 | !endif |
| 32 | |
| 33 | # zlib options |
| 34 | ZINCDIR = $(B)\compat\zlib |
| 35 |
| --- win/Makefile.msc | |
| +++ win/Makefile.msc | |
| @@ -23,12 +23,12 @@ | |
| 23 | |
| 24 | # Uncomment to enable SSL support |
| 25 | # FOSSIL_ENABLE_SSL = 1 |
| 26 | |
| 27 | !ifdef FOSSIL_ENABLE_SSL |
| 28 | SSLINCDIR = $(B)\compat\openssl-1.0.1g\include |
| 29 | SSLLIBDIR = $(B)\compat\openssl-1.0.1g\out32 |
| 30 | SSLLIB = ssleay32.lib libeay32.lib user32.lib gdi32.lib |
| 31 | !endif |
| 32 | |
| 33 | # zlib options |
| 34 | ZINCDIR = $(B)\compat\zlib |
| 35 |
+2
-2
| --- win/Makefile.msc | ||
| +++ win/Makefile.msc | ||
| @@ -23,12 +23,12 @@ | ||
| 23 | 23 | |
| 24 | 24 | # Uncomment to enable SSL support |
| 25 | 25 | # FOSSIL_ENABLE_SSL = 1 |
| 26 | 26 | |
| 27 | 27 | !ifdef FOSSIL_ENABLE_SSL |
| 28 | -SSLINCDIR = $(B)\compat\openssl-1.0.1f\include | |
| 29 | -SSLLIBDIR = $(B)\compat\openssl-1.0.1f\out32 | |
| 28 | +SSLINCDIR = $(B)\compat\openssl-1.0.1g\include | |
| 29 | +SSLLIBDIR = $(B)\compat\openssl-1.0.1g\out32 | |
| 30 | 30 | SSLLIB = ssleay32.lib libeay32.lib user32.lib gdi32.lib |
| 31 | 31 | !endif |
| 32 | 32 | |
| 33 | 33 | # zlib options |
| 34 | 34 | ZINCDIR = $(B)\compat\zlib |
| 35 | 35 |
| --- win/Makefile.msc | |
| +++ win/Makefile.msc | |
| @@ -23,12 +23,12 @@ | |
| 23 | |
| 24 | # Uncomment to enable SSL support |
| 25 | # FOSSIL_ENABLE_SSL = 1 |
| 26 | |
| 27 | !ifdef FOSSIL_ENABLE_SSL |
| 28 | SSLINCDIR = $(B)\compat\openssl-1.0.1f\include |
| 29 | SSLLIBDIR = $(B)\compat\openssl-1.0.1f\out32 |
| 30 | SSLLIB = ssleay32.lib libeay32.lib user32.lib gdi32.lib |
| 31 | !endif |
| 32 | |
| 33 | # zlib options |
| 34 | ZINCDIR = $(B)\compat\zlib |
| 35 |
| --- win/Makefile.msc | |
| +++ win/Makefile.msc | |
| @@ -23,12 +23,12 @@ | |
| 23 | |
| 24 | # Uncomment to enable SSL support |
| 25 | # FOSSIL_ENABLE_SSL = 1 |
| 26 | |
| 27 | !ifdef FOSSIL_ENABLE_SSL |
| 28 | SSLINCDIR = $(B)\compat\openssl-1.0.1g\include |
| 29 | SSLLIBDIR = $(B)\compat\openssl-1.0.1g\out32 |
| 30 | SSLLIB = ssleay32.lib libeay32.lib user32.lib gdi32.lib |
| 31 | !endif |
| 32 | |
| 33 | # zlib options |
| 34 | ZINCDIR = $(B)\compat\zlib |
| 35 |
+2
-2
| --- win/Makefile.msc | ||
| +++ win/Makefile.msc | ||
| @@ -23,12 +23,12 @@ | ||
| 23 | 23 | |
| 24 | 24 | # Uncomment to enable SSL support |
| 25 | 25 | # FOSSIL_ENABLE_SSL = 1 |
| 26 | 26 | |
| 27 | 27 | !ifdef FOSSIL_ENABLE_SSL |
| 28 | -SSLINCDIR = $(B)\compat\openssl-1.0.1f\include | |
| 29 | -SSLLIBDIR = $(B)\compat\openssl-1.0.1f\out32 | |
| 28 | +SSLINCDIR = $(B)\compat\openssl-1.0.1g\include | |
| 29 | +SSLLIBDIR = $(B)\compat\openssl-1.0.1g\out32 | |
| 30 | 30 | SSLLIB = ssleay32.lib libeay32.lib user32.lib gdi32.lib |
| 31 | 31 | !endif |
| 32 | 32 | |
| 33 | 33 | # zlib options |
| 34 | 34 | ZINCDIR = $(B)\compat\zlib |
| 35 | 35 |
| --- win/Makefile.msc | |
| +++ win/Makefile.msc | |
| @@ -23,12 +23,12 @@ | |
| 23 | |
| 24 | # Uncomment to enable SSL support |
| 25 | # FOSSIL_ENABLE_SSL = 1 |
| 26 | |
| 27 | !ifdef FOSSIL_ENABLE_SSL |
| 28 | SSLINCDIR = $(B)\compat\openssl-1.0.1f\include |
| 29 | SSLLIBDIR = $(B)\compat\openssl-1.0.1f\out32 |
| 30 | SSLLIB = ssleay32.lib libeay32.lib user32.lib gdi32.lib |
| 31 | !endif |
| 32 | |
| 33 | # zlib options |
| 34 | ZINCDIR = $(B)\compat\zlib |
| 35 |
| --- win/Makefile.msc | |
| +++ win/Makefile.msc | |
| @@ -23,12 +23,12 @@ | |
| 23 | |
| 24 | # Uncomment to enable SSL support |
| 25 | # FOSSIL_ENABLE_SSL = 1 |
| 26 | |
| 27 | !ifdef FOSSIL_ENABLE_SSL |
| 28 | SSLINCDIR = $(B)\compat\openssl-1.0.1g\include |
| 29 | SSLLIBDIR = $(B)\compat\openssl-1.0.1g\out32 |
| 30 | SSLLIB = ssleay32.lib libeay32.lib user32.lib gdi32.lib |
| 31 | !endif |
| 32 | |
| 33 | # zlib options |
| 34 | ZINCDIR = $(B)\compat\zlib |
| 35 |