CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2025/06/07 04:25:12
Modified files: lib/libssl : tls13_lib.c Log message: tls13_ctx_new(): fix calloc() incantation Switch argument order and use sizeof(*ctx) rather than sizeof(struct ...). ok jsg