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

File Contents

# Content
1 package OpenSSL::PKCS7;
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__