Skip to content
Snippets Groups Projects
Verified Commit 541774a7 authored by Marek Behun's avatar Marek Behun
Browse files

patches/openwrt: uboot-mvebu: Fix bug in patch

parent 3812f65d
Branches
Tags
1 merge request!714patches/openwrt: uboot-mvebu: Fix bug in patch
Pipeline #123718 passed with stages
in 9 minutes and 33 seconds
......@@ -756,7 +756,7 @@ index 0000000000..e4ea465047
++ return -EBADMSG;
++
++ bin2hex(pub_key, &reply[1], 33);
++ reply[66] = '\0';
++ pub_key[66] = '\0';
++
++ return 0;
++}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment