X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=command_util.sh;fp=command_util.sh;h=8f82b39318103dd73b44315ddaa3548912320bbc;hp=847f87e4ccdd379330c36ed27dc65db4ecc96edb;hb=c387b216b5fd3c944053e1bba024815719e9a0d9;hpb=037059c8a25ce134af1eaa6c3fa8ac96b9f7e0b6 diff --git a/command_util.sh b/command_util.sh index 847f87e4..8f82b393 100755 --- a/command_util.sh +++ b/command_util.sh @@ -200,14 +200,6 @@ dump_proto() echo '/**' echo " * $desc_txt" echo ' *' - if [[ "$system_includes" =~ openssl/rc4.h ]]; then - echo ' * \param rc4c The rc4 crypt context.' - else - echo ' * \param fd The file descriptor to send output to.' - fi - echo ' * \param argc The number of arguments.' - echo ' * \param argv The argument vector.' - echo ' * ' echo " * Usage: $usage_txt" echo ' * ' echo "$help_txt" | sed -e 's/^/ * /g'