X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=hashfunction_descriptor.h;h=753286226f8b576499370532491233c16cae1907;hb=3a9f9d918fb95474996af535c225a7e187d88372;hp=8eb12c1d23e5b5db90a537c63448d888ad4ddf84;hpb=7f4bda01ca923c4a9aca6da3370a7c4793426a5c;p=avr-crypto-lib.git diff --git a/hashfunction_descriptor.h b/hashfunction_descriptor.h index 8eb12c1..7532862 100644 --- a/hashfunction_descriptor.h +++ b/hashfunction_descriptor.h @@ -50,7 +50,7 @@ typedef struct { } hfdesc_t; /* hashfunction descriptor type */ typedef struct{ - hfdesc_t* desc_ptr; + hfdesc_t *desc_ptr; void* ctx; } hfgen_ctx_t;