Index: src/makemake.tcl ================================================================== --- src/makemake.tcl +++ src/makemake.tcl @@ -374,12 +374,12 @@ #### The directories where the OpenSSL include and library files are located. # The recommended usage here is to use the Sysinternals junction tool # to create a hard link between an "openssl-1.x" sub-directory of the # Fossil source code directory and the target OpenSSL source directory. # -OPENSSLINCDIR = $(SRCDIR)/../openssl-1.0.0g/include -OPENSSLLIBDIR = $(SRCDIR)/../openssl-1.0.0g +OPENSSLINCDIR = $(SRCDIR)/../openssl-1.0.1a/include +OPENSSLLIBDIR = $(SRCDIR)/../openssl-1.0.1a #### Either the directory where the Tcl library is installed or the Tcl # source code directory resides (depending on the value of the macro # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, # this directory must have "include" and "lib" sub-directories. If Index: win/Makefile.mingw ================================================================== --- win/Makefile.mingw +++ win/Makefile.mingw @@ -55,12 +55,12 @@ #### The directories where the OpenSSL include and library files are located. # The recommended usage here is to use the Sysinternals junction tool # to create a hard link between an "openssl-1.x" sub-directory of the # Fossil source code directory and the target OpenSSL source directory. # -OPENSSLINCDIR = $(SRCDIR)/../openssl-1.0.0g/include -OPENSSLLIBDIR = $(SRCDIR)/../openssl-1.0.0g +OPENSSLINCDIR = $(SRCDIR)/../openssl-1.0.1a/include +OPENSSLLIBDIR = $(SRCDIR)/../openssl-1.0.1a #### Either the directory where the Tcl library is installed or the Tcl # source code directory resides (depending on the value of the macro # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, # this directory must have "include" and "lib" sub-directories. If Index: win/Makefile.mingw.mistachkin ================================================================== --- win/Makefile.mingw.mistachkin +++ win/Makefile.mingw.mistachkin @@ -55,12 +55,12 @@ #### The directories where the OpenSSL include and library files are located. # The recommended usage here is to use the Sysinternals junction tool # to create a hard link between an "openssl-1.x" sub-directory of the # Fossil source code directory and the target OpenSSL source directory. # -OPENSSLINCDIR = $(SRCDIR)/../openssl-1.0.0g/include -OPENSSLLIBDIR = $(SRCDIR)/../openssl-1.0.0g +OPENSSLINCDIR = $(SRCDIR)/../openssl-1.0.1a/include +OPENSSLLIBDIR = $(SRCDIR)/../openssl-1.0.1a #### Either the directory where the Tcl library is installed or the Tcl # source code directory resides (depending on the value of the macro # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, # this directory must have "include" and "lib" sub-directories. If