ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/OpenSSL/OpenSSL/PKCS12.pm
Revision: 1.1
Committed: Sat Oct 27 01:53:23 2001 UTC (22 years, 7 months ago) by stefan
Branch: MAIN
CVS Tags: BEFORE_5_8_REGEX_FIX, HEAD
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 stefan 1.1 package OpenSSL::PKCS12;
2    
3     use 5.006;
4     use strict;
5     use warnings;
6    
7     our $VERSION = '0.06';
8    
9     use OpenSSL;
10    
11    
12     1;
13     __END__