mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-04 05:57:49 +02:00
avutil/sha:make const tables static const
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
475df42eb6
commit
90b40b45d4
@ -340,7 +340,7 @@ int main(void)
|
|||||||
int i, j, k;
|
int i, j, k;
|
||||||
AVSHA ctx;
|
AVSHA ctx;
|
||||||
unsigned char digest[32];
|
unsigned char digest[32];
|
||||||
const int lengths[3] = { 160, 224, 256 };
|
static const int lengths[3] = { 160, 224, 256 };
|
||||||
|
|
||||||
for (j = 0; j < 3; j++) {
|
for (j = 0; j < 3; j++) {
|
||||||
printf("Testing SHA-%d\n", lengths[j]);
|
printf("Testing SHA-%d\n", lengths[j]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user