Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2:Rings:1-MinimalX
perl-Crypt-OpenSSL-RSA
Crypt-OpenSSL-RSA.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File Crypt-OpenSSL-RSA.patch of Package perl-Crypt-OpenSSL-RSA
Index: RSA.xs =================================================================== --- RSA.xs.orig 2011-08-25 00:57:35.000000000 +0200 +++ RSA.xs 2011-11-29 16:23:42.703033157 +0100 @@ -40,7 +40,7 @@ void croakSsl(char* p_file, int p_line) #define CHECK_OPEN_SSL(p_result) if (!(p_result)) croakSsl(__FILE__, __LINE__); -#define PACKAGE_CROAK(p_message) croak("%s", (p_message)) +#define PACKAGE_CROAK(p_message) croak("%s:%d: %s", __FILE__, __LINE__, (p_message)) #define CHECK_NEW(p_var, p_size, p_type) \ if (New(0, p_var, p_size, p_type) == NULL) \ { PACKAGE_CROAK("unable to alloc buffer"); }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor