From ed5cdaec6da5fa91e35f08de5092f7acdf3d7133 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Tue, 28 Jan 2003 21:43:23 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'openssl-vendor-crypto-v0_9_7'. --- crypto/openssl/perl/t/03-bio.t | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 crypto/openssl/perl/t/03-bio.t (limited to 'crypto/openssl/perl/t/03-bio.t') diff --git a/crypto/openssl/perl/t/03-bio.t b/crypto/openssl/perl/t/03-bio.t deleted file mode 100644 index e3ed7ed842e5..000000000000 --- a/crypto/openssl/perl/t/03-bio.t +++ /dev/null @@ -1,16 +0,0 @@ - -BEGIN { - $| = 1; - print "1..1\n"; -} -END { - print "not ok 1\n" unless $ok; -} - -use OpenSSL; -my $bio = OpenSSL::BIO::new("mem") || die; -undef $bio; - -$ok = 1; -print "ok 1\n"; - -- cgit v1.2.3