From 72f8ac691ad9401790cbf9a1254e43a89fc3d1fa Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Tue, 26 Oct 2010 13:55:16 +0200 Subject: spore2dot: add a flag for method which needs authentication --- utils/spore2dot.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'utils/spore2dot.pl') diff --git a/utils/spore2dot.pl b/utils/spore2dot.pl index 53424b0..dd6e45a 100644 --- a/utils/spore2dot.pl +++ b/utils/spore2dot.pl @@ -64,7 +64,9 @@ foreach my $spec (@specs) { print $_, "\\]"; $first = 0; } - print ")\\l"; + print ")"; + print " ⊗" if $desc->{authentication}; + print "\\l"; } print "}\"];\n\n"; } -- cgit v1.2.3