From: Richard Levitte Date: Thu, 8 Mar 2001 17:22:38 +0000 (+0000) Subject: Write a small comment so we know... X-Git-Tag: OpenSSL_0_9_6a-beta2~17^2~48 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a2b03690a8057f6ed3f85afce93c490139f3305a;p=oweals%2Fopenssl.git Write a small comment so we know... --- diff --git a/test/Makefile.ssl b/test/Makefile.ssl index bf0c45a364..86353aadfd 100644 --- a/test/Makefile.ssl +++ b/test/Makefile.ssl @@ -203,6 +203,7 @@ test_bn: ./$(EXPTEST) test_ec: + @echo 'test elliptic curves' ./$(ECTEST) test_verify: diff --git a/test/tests.com b/test/tests.com index 8cd671415c..613ac2dd69 100644 --- a/test/tests.com +++ b/test/tests.com @@ -174,6 +174,7 @@ $ write sys$output "test a^b%c implementations" $ mcr 'texe_dir''exptest' $ return $ test_ec: +$ write sys$output "test elliptic curves" $ mcr 'texe_dir''ectest' $ return $ test_verify: