X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=command_util.sh;h=8f82b39318103dd73b44315ddaa3548912320bbc;hp=847f87e4ccdd379330c36ed27dc65db4ecc96edb;hb=6bfdc5bf94294ee8ec19c530d77ea4a0fb4e8618;hpb=fdd455becf054acc4b8d70d106f4f74c4348e386 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'