openssh-include-stdio.h.patch 250 B

1234567891011
  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>
  5. #include <string.h>
  6. +#include <stdio.h>
  7. #include <openssl/md5.h>