]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - shacal1/shacal1_enc.c
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / shacal1 / shacal1_enc.c
index 87e5d456d52690269623fe3246ba751cbc527937..052dc2707d2ffe129d5c88d65c6cee46a3aa2160 100644 (file)
@@ -31,7 +31,7 @@
 #include "sha1.h"
 #include "shacal1_enc.h"
 
-void shacal1_enc(void* buffer, void* key, uint16_t keysize_b){
+void shacal1_enc(void *buffer, void *key, uint16_t keysize_b){
        sha1_ctx_t ctx, t_ctx;
        uint8_t i;
        memcpy(t_ctx.h, buffer, SHA1_HASH_BITS/8);