<div dir="ltr"><div><div>I updated my local kernel repository with all recent commits using the following commands-<br></div><div>git checkout staging-next<br></div><div>git pull<br><br></div>After that when I try to compile, I&#39;m getting an error<br><br>scripts/sign-file.c:20:25: fatal error: openssl/bio.h: No such file or directory<br> #include &lt;openssl/bio.h&gt;<br>                         ^<br>compilation terminated.<br>scripts/Makefile.host:91: recipe for target &#39;scripts/sign-file&#39; failed<br>make[1]: *** [scripts/sign-file] Error 1<br>Makefile:545: recipe for target &#39;scripts&#39; failed<br>make: *** [scripts] Error 2<br><br><br></div><div>What should I do to fix it?<br><br></div><div>Thanks in advance.<br></div></div>