Skip to content

Commit 048b92c

Browse files
committed
Bump to 0.34_03 for testing
1 parent 25fec76 commit 048b92c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Revision history for Perl extension Crypt::OpenSSL::RSA.
22

3+
0.34_03 May 4 2025
4+
- Fix bug in rsa_crypt. Need to pass NULL
5+
36
0.34_02 May 4 2025
47
- t/rsa.t needs to tolerate sha1 being disabled on rhel.
58

RSA.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use warnings;
55

66
use Carp; # Removing carp will break the XS code.
77

8-
our $VERSION = '0.34_02';
8+
our $VERSION = '0.34_03';
99

1010
use XSLoader;
1111
XSLoader::load 'Crypt::OpenSSL::RSA', $VERSION;

0 commit comments

Comments
 (0)