You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
186 B

  1. --- a/http.c
  2. +++ b/http.c
  3. @@ -4,6 +4,7 @@
  4. #include <stdio.h>
  5. #include <string.h>
  6. #include <unistd.h>
  7. +#include <stdlib.h>
  8. #ifndef NO_SSL
  9. #include <openssl/ssl.h>
  10. #include "mssl.h"