From 5c4436c97759a98794cd84dc37c937fa637aad61 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Fri, 14 Mar 2008 00:58:43 +0000 Subject: New utility functions for encryptedData content type which will also be used by envelopedData. Use PRE and not POST when freeing up RecipientInfo. --- test/runex.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/runex.pl b/test/runex.pl index 1d77c88d12..1c7431b865 100644 --- a/test/runex.pl +++ b/test/runex.pl @@ -56,8 +56,8 @@ my $badttest = 0; my $verbose = 1; -my $cmscmd = "../apps/openssl cms"; -my $convcmd = "../apps/openssl x509 -inform DER"; +my $cmscmd = "../util/shlib_wrap.sh ../apps/openssl cms"; +my $convcmd = "../util/shlib_wrap.sh ../apps/openssl x509 -inform DER"; my $exdir = "examples"; my @test_list = ( -- cgit v1.2.3