website: manual: refresh qi.html to be reflected on the website
[dragora.git] / patches / openssh / openssh-include-stdio.h.patch
blob961d950d734f54a9cda090739cc68752573347e2
1 --- openssh-7.8p1/md5crypt.c.orig 2018-08-23 02:41:42.000000000 -0300
2 +++ openssh-7.8p1/md5crypt.c 2018-08-25 12:44:20.481139624 -0300
3 @@ -14,6 +14,7 @@
4 #include <sys/types.h>
6 #include <string.h>
7 +#include <stdio.h>
9 #include <openssl/md5.h>