From 04260f68b691abd7d8df99e9f9bf4dc8b0f48672 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Thu, 5 Sep 2013 12:18:53 +0200 Subject: [PATCH] csprng: fixed patch that adds --disable-http-rng option variables shouldn't be "prefixed" with a \t. --- .../0001-configure-add-option-to-disable-http-rng.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/security/csprng/0001-configure-add-option-to-disable-http-rng.patch b/security/csprng/0001-configure-add-option-to-disable-http-rng.patch index 0ada6df49..71e662fe2 100644 --- a/security/csprng/0001-configure-add-option-to-disable-http-rng.patch +++ b/security/csprng/0001-configure-add-option-to-disable-http-rng.patch @@ -14,7 +14,7 @@ # version. # --- SDE-COPYRIGHT-NOTE-END --- -From 5f069c7847bc02a738594fc21d437ecae04e2db9 Mon Sep 17 00:00:00 2001 +From 1ff114f41520671408445e18835b34a756e29650 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Wed, 4 Sep 2013 22:39:09 +0200 Subject: [PATCH] configure: add option to disable http rng @@ -56,7 +56,7 @@ index 40dfaa4..12fd277 100755 AC_MSG_CHECKING([for --with-openssl]) AC_ARG_WITH( diff --git a/src/Makefile.am b/src/Makefile.am -index 8e1a2bb..302a87b 100644 +index 8e1a2bb..fb0ff98 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -16,6 +16,14 @@ libcsprng_la_LIBADD = @@ -64,7 +64,7 @@ index 8e1a2bb..302a87b 100644 libcsprng_la_LDFLAGS = -version-number @CSPRNG_LT_VERSION@ +if ENABLE_HTTP_RNG -+ HTTP_RNG_SOURCES= \ ++HTTP_RNG_SOURCES = \ + QRBG.h \ + QRBG.cpp \ + qrbg-c.cpp \