aboutsummaryrefslogtreecommitdiff
path: root/contrib/scripts/gnunet-bugreport
diff options
context:
space:
mode:
authorNils Gillmann <ng0@n0.is>2018-06-05 10:17:44 +0000
committerNils Gillmann <ng0@n0.is>2018-06-05 10:17:44 +0000
commitc99d62c683ec641b81b92efeef913189648b7d61 (patch)
tree081ba2f2d46e8d632da9e9bfcb1eccf61063bfb4 /contrib/scripts/gnunet-bugreport
parent52de9c044b048de3f1ba4d6d4d59dc62a6fab5f9 (diff)
downloadgnunet-c99d62c683ec641b81b92efeef913189648b7d61.tar.gz
gnunet-c99d62c683ec641b81b92efeef913189648b7d61.zip
gnunet-bugreport: GNUtls->GnuTLS
Signed-off-by: Nils Gillmann <ng0@n0.is>
Diffstat (limited to 'contrib/scripts/gnunet-bugreport')
-rwxr-xr-xcontrib/scripts/gnunet-bugreport2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/scripts/gnunet-bugreport b/contrib/scripts/gnunet-bugreport
index 7fbb2f46c..f17cb7636 100755
--- a/contrib/scripts/gnunet-bugreport
+++ b/contrib/scripts/gnunet-bugreport
@@ -233,7 +233,7 @@ gcc -o $TMPFILE $TMPFILE.c 2> /dev/null && $TMPFILE || echo "Not found"
233rm -f $TMPFILE $TMPFILE.bin 233rm -f $TMPFILE $TMPFILE.bin
234 234
235 235
236echo -n "GNUtls : " 236echo -n "GnuTLS : "
237TMPFILE=`mktemp /tmp/gnutls-version-testXXXXXX` 237TMPFILE=`mktemp /tmp/gnutls-version-testXXXXXX`
238cat - >$TMPFILE.c <<EOF 238cat - >$TMPFILE.c <<EOF
239#include <gnutls/gnutls.h> 239#include <gnutls/gnutls.h>