Skip to content

Polish API unsigned long outlen vs. unsigned long *outlen #176

Open
@karel-m

Description

@karel-m

based on discussion in #171 I have found the following places where we IMO handle incosistently outlen

pelican_done(pelican_state *pelmac, unsigned char *out);  /* missing outlen*/
crc32_finish(.... void *hash, unsigned long size);        /* should be: unsigned long *size */
adler32_finish(.... void *hash, unsigned long size);      /* should be: unsigned long *size */

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions