Browse Source

csprng: fixed patch that adds --disable-http-rng option

variables shouldn't be "prefixed" with a \t.
stable/0.5
Christian Wiese 11 years ago
parent
commit
b5ffb9db4c
  1. 4
      security/csprng/0001-configure-add-option-to-disable-http-rng.patch

4
security/csprng/0001-configure-add-option-to-disable-http-rng.patch

@ -14,7 +14,7 @@
# version. # version.
# --- SDE-COPYRIGHT-NOTE-END --- # --- 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 <chris@opensde.org> From: Christian Wiese <chris@opensde.org>
Date: Wed, 4 Sep 2013 22:39:09 +0200 Date: Wed, 4 Sep 2013 22:39:09 +0200
Subject: [PATCH] configure: add option to disable http rng Subject: [PATCH] configure: add option to disable http rng
@ -56,7 +56,7 @@ index 40dfaa4..12fd277 100755
AC_MSG_CHECKING([for --with-openssl]) AC_MSG_CHECKING([for --with-openssl])
AC_ARG_WITH( AC_ARG_WITH(
diff --git a/src/Makefile.am b/src/Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am
index 8e1a2bb..302a87b 100644 index 8e1a2bb..fb0ff98 100644
--- a/src/Makefile.am --- a/src/Makefile.am
+++ b/src/Makefile.am +++ b/src/Makefile.am
@@ -16,6 +16,14 @@ libcsprng_la_LIBADD = @@ -16,6 +16,14 @@ libcsprng_la_LIBADD =

Loading…
Cancel
Save