From 708e5101fa8b1d4ee2b1dc8247216ea34182a963 Mon Sep 17 00:00:00 2001 From: Ivan Shmakov Date: Tue, 6 Nov 2012 23:16:03 +0700 Subject: use stderr for status messages in asn1{Coding, Decoding, Parser} Signed-off-by: Nikos Mavrogiannopoulos --- tests/crlf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/crlf b/tests/crlf index 7d74c8b..e2f88cc 100755 --- a/tests/crlf +++ b/tests/crlf @@ -32,4 +32,4 @@ ASN1DECODING=../src/asn1Decoding${EXEEXT} $ASN1DECODING \ $srcdir/../examples/pkix.asn \ $srcdir/crlf.cer \ - PKIX1Implicit88.Certificate >/dev/null + PKIX1Implicit88.Certificate >/dev/null 2>&1 -- cgit v1.2.3