Skip Menu |

This queue is for tickets about the Net-SSLeay CPAN distribution.

Report information
The Basics
Id: 44484
Status: resolved
Priority: 0/
Queue: Net-SSLeay

People
Owner: MIKEM [...] cpan.org
Requestors: martijn [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: [PATCH] add shutdown constants
Date: Mon, 23 Mar 2009 21:44:38 +0100
To: bug-Net-SSLeay [...] rt.cpan.org
From: Martijn van Beers <MARTIJN [...] cpan.org>
add SSL_SENT_SHUTDOWN and SSL_RECEIVED_SHUTDOWN from ssl.h to Net::SSLeay as ::SENT_SHUTDOWN and ::RECEIVED_SHUTDOWN --- constants.c | 12 ++++++++++++ lib/Net/SSLeay.pm | 2 ++ 2 files changed, 14 insertions(+), 0 deletions(-)

Message body is not shown because sender requested not to inline it.

Subject: [PATCH] add shutdown constants
Date: Mon, 23 Mar 2009 19:06:32 +0100
To: bug-Net-SSLeay [...] rt.cpan.org
From: Martijn van Beers <MARTIJN [...] cpan.org>
add SSL_SENT_SHUTDOWN and SSL_RECEIVED_SHUTDOWN from ssl.h to Net::SSLeay as ::SENT_SHUTDOWN and ::RECEIVED_SHUTDOWN --- constants.c | 12 ++++++++++++ lib/Net/SSLeay.pm | 2 ++ 2 files changed, 14 insertions(+), 0 deletions(-)

Message body is not shown because sender requested not to inline it.

Thanks for the patch. it has been applied and is now in svn. Cheers.