ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/OpenSSL/OpenSSL.xs
(Generate patch)

Comparing OpenSSL/OpenSSL.xs (file contents):
Revision 1.12 by stefan, Sat Oct 27 04:16:35 2001 UTC vs.
Revision 1.13 by stefan, Sun Oct 28 00:46:28 2001 UTC

1585 1585
1586 1586
1587MODULE = OpenSSL PACKAGE = OpenSSL::CRL 1587MODULE = OpenSSL PACKAGE = OpenSSL::CRL
1588 1588
1589OpenSSL::CRL 1589OpenSSL::CRL
1590new_from_string(thing) 1590new_from_string(class,thing)
1591 SV *class
1591 SV *thing 1592 SV *thing
1592 ALIAS: 1593 ALIAS:
1593 new_from_file = 1 1594 new_from_file = 1
1594 PREINIT: 1595 PREINIT:
1595 BIO *bio; 1596 BIO *bio;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines