Commit baae70f3 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Correct csa_New() prototype by adding void argument.

parent 55b908ef
......@@ -31,7 +31,7 @@ typedef struct csa_t csa_t;
#define csa_Decrypt E_(__csa_decrypt)
#define csa_Encrypt E_(__csa_encrypt)
csa_t *csa_New();
csa_t *csa_New( void );
void csa_Delete( csa_t * );
void csa_SetCW( csa_t *, uint8_t o_ck[8], uint8_t e_ck[8] );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment