X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=aes%2Faes_sbox.h;h=7ccda12c565f3421473012b9e7ee80f72e5759ec;hb=81c98b45262853b709240ff11457c2240b1d5e32;hp=5bc03b77e18a6374d5c275e9979ac57614f102f4;hpb=3f2f2071c47e2e424af71cc85697f3eb26c24277;p=arm-crypto-lib.git diff --git a/aes/aes_sbox.h b/aes/aes_sbox.h index 5bc03b7..7ccda12 100644 --- a/aes/aes_sbox.h +++ b/aes/aes_sbox.h @@ -1,6 +1,6 @@ /* aes_sbox.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 @@ -28,6 +28,6 @@ #define AES_SBOX_H_ #include -extern uint8_t aes_sbox[]; +extern const uint8_t aes_sbox[]; #endif