Fossil SCM
Missed a couple places with the old OpenSSL version reference.
Commit
a29e05d1ef0456764ceb93b8e3639d1ace84774c
Parent
762ef68dfbe3116…
2 files changed
+1
-1
+1
-1
+1
-1
| --- src/makemake.tcl | ||
| +++ src/makemake.tcl | ||
| @@ -1497,11 +1497,11 @@ | ||
| 1497 | 1497 | !ifndef USE_SEE |
| 1498 | 1498 | USE_SEE = 0 |
| 1499 | 1499 | !endif |
| 1500 | 1500 | |
| 1501 | 1501 | !if $(FOSSIL_ENABLE_SSL)!=0 |
| 1502 | -SSLDIR = $(B)\compat\openssl-1.0.2h | |
| 1502 | +SSLDIR = $(B)\compat\openssl-1.0.2i | |
| 1503 | 1503 | SSLINCDIR = $(SSLDIR)\inc32 |
| 1504 | 1504 | !if $(FOSSIL_DYNAMIC_BUILD)!=0 |
| 1505 | 1505 | SSLLIBDIR = $(SSLDIR)\out32dll |
| 1506 | 1506 | !else |
| 1507 | 1507 | SSLLIBDIR = $(SSLDIR)\out32 |
| 1508 | 1508 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -1497,11 +1497,11 @@ | |
| 1497 | !ifndef USE_SEE |
| 1498 | USE_SEE = 0 |
| 1499 | !endif |
| 1500 | |
| 1501 | !if $(FOSSIL_ENABLE_SSL)!=0 |
| 1502 | SSLDIR = $(B)\compat\openssl-1.0.2h |
| 1503 | SSLINCDIR = $(SSLDIR)\inc32 |
| 1504 | !if $(FOSSIL_DYNAMIC_BUILD)!=0 |
| 1505 | SSLLIBDIR = $(SSLDIR)\out32dll |
| 1506 | !else |
| 1507 | SSLLIBDIR = $(SSLDIR)\out32 |
| 1508 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -1497,11 +1497,11 @@ | |
| 1497 | !ifndef USE_SEE |
| 1498 | USE_SEE = 0 |
| 1499 | !endif |
| 1500 | |
| 1501 | !if $(FOSSIL_ENABLE_SSL)!=0 |
| 1502 | SSLDIR = $(B)\compat\openssl-1.0.2i |
| 1503 | SSLINCDIR = $(SSLDIR)\inc32 |
| 1504 | !if $(FOSSIL_DYNAMIC_BUILD)!=0 |
| 1505 | SSLLIBDIR = $(SSLDIR)\out32dll |
| 1506 | !else |
| 1507 | SSLLIBDIR = $(SSLDIR)\out32 |
| 1508 |
+1
-1
| --- win/Makefile.msc | ||
| +++ win/Makefile.msc | ||
| @@ -98,11 +98,11 @@ | ||
| 98 | 98 | !ifndef USE_SEE |
| 99 | 99 | USE_SEE = 0 |
| 100 | 100 | !endif |
| 101 | 101 | |
| 102 | 102 | !if $(FOSSIL_ENABLE_SSL)!=0 |
| 103 | -SSLDIR = $(B)\compat\openssl-1.0.2h | |
| 103 | +SSLDIR = $(B)\compat\openssl-1.0.2i | |
| 104 | 104 | SSLINCDIR = $(SSLDIR)\inc32 |
| 105 | 105 | !if $(FOSSIL_DYNAMIC_BUILD)!=0 |
| 106 | 106 | SSLLIBDIR = $(SSLDIR)\out32dll |
| 107 | 107 | !else |
| 108 | 108 | SSLLIBDIR = $(SSLDIR)\out32 |
| 109 | 109 |
| --- win/Makefile.msc | |
| +++ win/Makefile.msc | |
| @@ -98,11 +98,11 @@ | |
| 98 | !ifndef USE_SEE |
| 99 | USE_SEE = 0 |
| 100 | !endif |
| 101 | |
| 102 | !if $(FOSSIL_ENABLE_SSL)!=0 |
| 103 | SSLDIR = $(B)\compat\openssl-1.0.2h |
| 104 | SSLINCDIR = $(SSLDIR)\inc32 |
| 105 | !if $(FOSSIL_DYNAMIC_BUILD)!=0 |
| 106 | SSLLIBDIR = $(SSLDIR)\out32dll |
| 107 | !else |
| 108 | SSLLIBDIR = $(SSLDIR)\out32 |
| 109 |
| --- win/Makefile.msc | |
| +++ win/Makefile.msc | |
| @@ -98,11 +98,11 @@ | |
| 98 | !ifndef USE_SEE |
| 99 | USE_SEE = 0 |
| 100 | !endif |
| 101 | |
| 102 | !if $(FOSSIL_ENABLE_SSL)!=0 |
| 103 | SSLDIR = $(B)\compat\openssl-1.0.2i |
| 104 | SSLINCDIR = $(SSLDIR)\inc32 |
| 105 | !if $(FOSSIL_DYNAMIC_BUILD)!=0 |
| 106 | SSLLIBDIR = $(SSLDIR)\out32dll |
| 107 | !else |
| 108 | SSLLIBDIR = $(SSLDIR)\out32 |
| 109 |