Sfoglia il codice sorgente

make md5_steps static

tags/v0.9.3
Holger Lubitz 19 anni fa
parent
commit
29134e35dc
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/crypto/md5.c

+ 1
- 1
src/crypto/md5.c Vedi File

54
 	return ( c ^ ( b | ~d ) );
54
 	return ( c ^ ( b | ~d ) );
55
 }
55
 }
56
 
56
 
57
-struct md5_step md5_steps[4] = {
57
+static struct md5_step md5_steps[4] = {
58
 	{
58
 	{
59
 		.f = f1,
59
 		.f = f1,
60
 		.coefficient = 1,
60
 		.coefficient = 1,

Loading…
Annulla
Salva