Overview
Comment: | Fix compilation on Windows |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
5492e91aadc0860715114eed607b75d7 |
User & Date: | js on 2020-08-29 14:42:32 |
Other Links: | manifest | tags |
Context
2020-09-12
| ||
00:14 | Add .fossil-settings check-in: 087f5e8afa user: js tags: trunk | |
2020-08-29
| ||
14:42 | Fix compilation on Windows check-in: 5492e91aad user: js tags: trunk | |
14:36 | configure: Avoid adding flags twice check-in: f428f5f216 user: js tags: trunk | |
Changes
Modified src/X509Certificate.m from [e0deaf0777] to [a5faa63283].
︙ | |||
17 18 19 20 21 22 23 | 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 | - - - - - - - - - - - - + + + + + + + + + + + + + + + + + | * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ |
︙ |