gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls branch, master, updated. gnutls_3_0_11-61-g2f37140


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_11-61-g2f37140
Date: Mon, 16 Jan 2012 19:32:23 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=2f37140a17f5f54ce7ae96bb836f2b507d3c8718

The branch, master has been updated
       via  2f37140a17f5f54ce7ae96bb836f2b507d3c8718 (commit)
      from  823e33387f8a147addf3d8622dcb1f612c057309 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2f37140a17f5f54ce7ae96bb836f2b507d3c8718
Author: Simon Josefsson <address@hidden>
Date:   Mon Jan 16 20:32:16 2012 +0100

    Fix srcdir != builddir builds.
    
    Tiny patch from Elias Pipping <address@hidden>.

-----------------------------------------------------------------------

Summary of changes:
 tests/ecdsa/ecdsa |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/ecdsa/ecdsa b/tests/ecdsa/ecdsa
index 1d3c66b..ddb9b60 100755
--- a/tests/ecdsa/ecdsa
+++ b/tests/ecdsa/ecdsa
@@ -82,7 +82,7 @@ fi
 rm -f verify new-user.pem new-ca-ecdsa.pem new-subca-ecdsa.pem template out
 rm -f key-subca-ecdsa.pem key-ca-ecdsa.pem key-ecdsa.pem
 
-$CERTTOOL -k <bad-key.pem | grep "validation failed" >/dev/null 2>&1
+$CERTTOOL -k < ${srcdir}/bad-key.pem | grep "validation failed" >/dev/null 2>&1
 if [ $? != 0 ];then
        echo "certtool didn't detect a bad ECDSA key."
        exit 1


hooks/post-receive
-- 
GNU gnutls



reply via email to

[Prev in Thread] Current Thread [Next in Thread]