I'm compiling ssh and want to include the functions in libssl that are only used in ssh. I'm only using th ssh client and lib ssl is too big to include in an embedded environment. Is there a commnad line option for gcc that will statically link libssl into ssh and only link those parts that are being used? Not the parts that are not? Thanks, Chris