]> git.cryptolib.org Git - arm-crypto-lib.git/blobdiff - aes/aes_sbox.h
updated build system
[arm-crypto-lib.git] / aes / aes_sbox.h
index 5bc03b77e18a6374d5c275e9979ac57614f102f4..421b57665f672e70f6f901893c653cdaeff9d1e0 100644 (file)
@@ -28,6 +28,6 @@
 #define AES_SBOX_H_
 #include <stdint.h>
 
-extern uint8_t aes_sbox[];
+extern const uint8_t aes_sbox[];
 
 #endif