gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r24389 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r24389 - gnunet/src/util
Date: Thu, 18 Oct 2012 09:33:05 +0200

Author: grothoff
Date: 2012-10-18 09:33:05 +0200 (Thu, 18 Oct 2012)
New Revision: 24389

Modified:
   gnunet/src/util/Makefile.am
   gnunet/src/util/strings.c
Log:
-dce

Modified: gnunet/src/util/Makefile.am
===================================================================
--- gnunet/src/util/Makefile.am 2012-10-18 07:27:06 UTC (rev 24388)
+++ gnunet/src/util/Makefile.am 2012-10-18 07:33:05 UTC (rev 24389)
@@ -210,6 +210,7 @@
  test_crypto_aes \
  test_crypto_aes_weak \
  test_crypto_crc \
+ test_crypto_ecc \
  test_crypto_hash \
  test_crypto_hkdf \
  test_crypto_ksk \
@@ -333,6 +334,11 @@
 test_crypto_crc_LDADD = \
  $(top_builddir)/src/util/libgnunetutil.la  
 
+test_crypto_ecc_SOURCES = \
+ test_crypto_ecc.c
+test_crypto_ecc_LDADD = \
+ $(top_builddir)/src/util/libgnunetutil.la  
+
 test_crypto_hash_SOURCES = \
  test_crypto_hash.c
 test_crypto_hash_LDADD = \

Modified: gnunet/src/util/strings.c
===================================================================
--- gnunet/src/util/strings.c   2012-10-18 07:27:06 UTC (rev 24388)
+++ gnunet/src/util/strings.c   2012-10-18 07:33:05 UTC (rev 24389)
@@ -988,7 +988,6 @@
   }
   else
   {
-    is_uri = GNUNET_NO;
     if (r_is_uri)
       *r_is_uri = GNUNET_NO;
   }




reply via email to

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