X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=command_util.sh;h=a735d3c247204ff409804594446a38c3071a0d24;hp=a7f1b542a6532d0042af51e462ab264ee4f10e95;hb=bc086fe5537bd3078b920454958b61287a75c568;hpb=12f0605c8cbea762030968a29eed47bfd4c77a96 diff --git a/command_util.sh b/command_util.sh index a7f1b542..a735d3c2 100755 --- a/command_util.sh +++ b/command_util.sh @@ -204,7 +204,11 @@ dump_proto() echo '/**' echo " * $desc_txt" echo ' *' - echo ' * \param fd The file descriptor to send output to.' + 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 if test $line_handler -eq 0; then echo ' * \param argc The number of arguments.' echo ' * \param argv The argument vector.'