shithub: choc

Download patch

ref: 8f7d6aa165650a2893bcdcfa50b099faf4538a82
parent: 61664787e4006adc9521d7f2fe1e91241a1c7f92
author: Turo Lamminen <turotl@gmail.com>
date: Tue Dec 11 14:24:21 EST 2018

net: Make PrintSHA1Digest digest parameter const

--- a/src/net_gui.c
+++ b/src/net_gui.c
@@ -235,7 +235,7 @@
     }
 }
 
-static void PrintSHA1Digest(const char *s, byte *digest)
+static void PrintSHA1Digest(const char *s, const byte *digest)
 {
     unsigned int i;