Overview
Comment: | For unsupported options do even less |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | tls-1-7 |
Files: | files | file ages | folders |
SHA1: |
3842146243c05b3016fa75feef883e4f |
User & Date: | rkeene on 2016-12-02 16:28:20 |
Other Links: | branch diff | manifest | tags |
Context
2016-12-02
| ||
16:41 | Ensure initialization happens only once even with unthreaded Tcl check-in: 10e3f2e20c user: rkeene tags: tls-1-7 | |
16:28 | For unsupported options do even less check-in: 3842146243 user: rkeene tags: tls-1-7 | |
16:25 | Added an --enable-debug and made debug-printf macro more fancy check-in: 8a3f4fc732 user: rkeene tags: tls-1-7 | |
Changes
Modified tlsIO.c from [2827fa68fa] to [6426f40f98].
︙ | |||
547 548 549 550 551 552 553 554 555 556 557 558 | 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 | + - | return TCL_OK; } /* * Request for a specific option has to fail, we don't have any. */ return TCL_ERROR; } else { #if 0 size_t len = 0; if (optionName != (char *) NULL) { len = strlen(optionName); } |
︙ |