]> git.cryptolib.org Git - arm-crypto-lib.git/blobdiff - test_src/nessie_hash_test.h
'hardening' infrastucture against toolchain bugs
[arm-crypto-lib.git] / test_src / nessie_hash_test.h
index c3bf13146c1e58f315ffad459b2cf7abeb00ffbf..cad39fcf1e130dd420f5c8c99c9916152fe9e927 100644 (file)
@@ -1,6 +1,6 @@
 /* nessie_hash_test.h */
 /*
-    This file is part of the AVR-Crypto-Lib.
+    This file is part of the ARM-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
@@ -31,7 +31,7 @@ typedef struct nessie_hash_ctx_st{
        uint16_t hashsize_b;
        uint16_t blocksize_B;
        uint16_t ctx_size_B;
-       char* name; 
+       const char* name;
        nessie_hash_init_fpt hash_init;
        nessie_hash_next_fpt hash_next;
        nessie_hash_last_fpt hash_last;