Groups | Search | Server Info | Login | Register
Groups > comp.protocols.kermit.misc > #10
| From | Frank da Cruz <fdc@panix.com> |
|---|---|
| Newsgroups | comp.protocols.kermit.misc |
| Subject | Re: C-Kermit 9.0 Released |
| Date | 2011-07-03 16:37 +0000 |
| Organization | PANIX Public Access Internet and UNIX, NYC |
| Message-ID | <slrnj116m1.ih.fdc@panix2.panix.com> (permalink) |
| References | <slrnj0k3uj.q7u.fdc@panix1.panix.com> <96247883-ef58-40dd-81a1-dcf123226fbb@x10g2000vbl.googlegroups.com> |
On 2011-06-30, Steven Schweda <sms.antinode@gmail.com> wrote:
: On Jun 28, 12:30 pm, Frank da Cruz <f...@panix.com> wrote:
:
:> http://kermit.columbia.edu/ckermit.html
:
: To avoid the %CC-W-PTRMISMATCH1 complaints from ck_ssl.c, add
: two (harmless) type casts:
:
: gdiff ck_ssl.c_orig ck_ssl.c
: 2460c2460
:< if (strlen(gen->d.ia5->data) != gen->d.ia5->length)
: {
: ---
:> if (strlen((char *)gen->d.ia5->data) != gen->d.ia5->length) {
: 2773c2773
:< if (strlen(gen->d.ia5->data) != gen->d.ia5->length)
: {
: ---
:> if (strlen((char *)gen->d.ia5->data) != gen->d.ia5->length) {
:
: My build command:
: @ CKVKER.COM S D "CK_SSL"
:
Thanks, I'll put this in my working code. I'm not sure if there will have
to be a 9.0.301 yet, let's see what else comes in.
- Frank
Back to comp.protocols.kermit.misc | Previous | Next — Previous in thread | Find similar
C-Kermit 9.0 Released Frank da Cruz <fdc@panix.com> - 2011-06-28 17:30 +0000
Re: C-Kermit 9.0 Released Steven Schweda <sms.antinode@gmail.com> - 2011-06-30 13:38 -0700
Re: C-Kermit 9.0 Released Frank da Cruz <fdc@panix.com> - 2011-07-03 16:37 +0000
csiph-web