diff options
| author | Dennis Herrmann <dhn@FreeBSD.org> | 2011-06-21 15:52:37 +0000 |
|---|---|---|
| committer | Dennis Herrmann <dhn@FreeBSD.org> | 2011-06-21 15:52:37 +0000 |
| commit | 1bafd97ad031ab47bb28534559d321e2fc140f1d (patch) | |
| tree | 5866b1b0e7fa244aead7799af01b7eeb16ccd2bf /security/sslscan/files/patch-sslscan.c | |
| parent | Pass CC and CFLAGS to CONFIGURE_ENV to intend to make clang happy. (diff) | |
SSLScan is a fast SSL port scanner. SSLScan connects to SSL ports and determines
what ciphers are supported, which are the servers prefered ciphers, which SSL
protocols are supported and returns the SSL certificate. Client certificates and
private key can be configured and output is to text / XML.
PR: ports/158111
Submitted by: Matthieu BOUTHORS <matthieu@labs.fr>
Diffstat (limited to 'security/sslscan/files/patch-sslscan.c')
| -rw-r--r-- | security/sslscan/files/patch-sslscan.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/sslscan/files/patch-sslscan.c b/security/sslscan/files/patch-sslscan.c new file mode 100644 index 000000000000..1bf34c61872c --- /dev/null +++ b/security/sslscan/files/patch-sslscan.c @@ -0,0 +1,10 @@ +--- ./sslscan.c.orig 2009-09-01 14:35:59.000000000 +0200 ++++ ./sslscan.c 2011-06-21 17:36:13.000000000 +0200 +@@ -41,6 +41,7 @@ + #include <openssl/pkcs12.h> + #include <openssl/x509.h> + #include <openssl/x509v3.h> ++#include <netinet/in.h> + + // Defines... + #define false 0 |
