Skip to content
Snippets Groups Projects
Commit ee8df128 authored by Niels Möller's avatar Niels Möller
Browse files

* src/symmetric/serpent.c (serpent_setup): Don't use array syntax

for function argument types.

Rev: src/symmetric/include/serpent.h:1.2
parent a7baa63e
Branches
Tags
No related merge requests found
......@@ -27,7 +27,7 @@ typedef struct {
/* This performs Serpent's key scheduling algorithm. */
void
serpent_setup(SERPENT_context *ctx, const UINT8 key[32]);
serpent_setup(SERPENT_context *ctx, const UINT8 *key);
/*
* serpent_encrypt()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment