diff options
author | Ralf S. Engelschall <rse@openssl.org> | 1999-02-10 10:38:31 +0100 |
---|---|---|
committer | Ralf S. Engelschall <rse@openssl.org> | 1999-02-10 10:38:31 +0100 |
commit | 8073036dd62848b616c6a817c155c3255074ec83 (patch) | |
tree | 8ae62e46c555ccc9e65b5dffd43cff25234c96af /perl/MANIFEST | |
parent | Ignore mx86unix.cpp which is generated on Intel platforms (diff) | |
download | openssl-8073036dd62848b616c6a817c155c3255074ec83.tar.xz openssl-8073036dd62848b616c6a817c155c3255074ec83.zip |
Overhauled the Perl interface (perl/*):
- ported BN stuff to OpenSSL's different BN library
- made the perl/ source tree CVS-aware
- renamed the package from SSLeay to OpenSSL (the files still contain
their history because I've copied them in the repository)
- removed obsolete files (the test scripts will be replaced
by better Test::Harness variants in the future)
Diffstat (limited to 'perl/MANIFEST')
-rw-r--r-- | perl/MANIFEST | 25 |
1 files changed, 11 insertions, 14 deletions
diff --git a/perl/MANIFEST b/perl/MANIFEST index 992db5ed4c..6acbc10af4 100644 --- a/perl/MANIFEST +++ b/perl/MANIFEST @@ -1,17 +1,14 @@ MANIFEST Makefile.PL -SSLeay.pm -bio.xs -bn.xs -cipher.xs -digest.xs -err.xs -ssl.xs -x509.xs -test.pl -test2.pl -test3.pl -test9.pl -testbn.pl -testmd.pl typemap +OpenSSL.pm +OpenSSL.xs +openssl.h +openssl_bio.xs +openssl_bn.xs +openssl_cipher.xs +openssl_digest.xs +openssl_err.xs +openssl_ssl.xs +openssl_x509.xs +openssl_cb.c |