Skip Menu |

This queue is for tickets about the Filter-Crypto CPAN distribution.

Report information
The Basics
Id: 102421
Status: resolved
Priority: 0/
Queue: Filter-Crypto

People
Owner: Nobody in particular
Requestors: ZDM [...] cpan.org
Cc:
AdminCc:

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



Subject: Error parsing OPENSSL_VERSION_NUMBER
Latest opensslv.h has space between # define OPENSSL_VERSION_NUMBER 0x1000200fL. Please, modify regexp: if (/^\#\s*define\s+(?:OPENSSL|SSLEAY)_VERSION_NUMBER\s+ 0x([0-9a-f]+)/iox) { $ver_define = $1; last; }
Thanks for the patch. Now fixed in version 2.07, just uploaded to CPAN.