mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
13 lines
370 B
Diff
13 lines
370 B
Diff
*** smtp-tls.c.orig 2006-03-30 19:32:28.000000000 +0200
|
|
--- smtp-tls.c 2006-03-30 19:40:34.000000000 +0200
|
|
***************
|
|
*** 37,42 ****
|
|
--- 37,43 ----
|
|
#include <unistd.h>
|
|
#include <errno.h>
|
|
#include <string.h>
|
|
+ #include <strings.h>
|
|
#include <openssl/x509v3.h>
|
|
#include <openssl/err.h>
|
|
#include <missing.h> /* declarations for missing library functions */
|