X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=crypt.h;h=9623a0035a3b1a89818bd99c3c09c1dac041519b;hp=01edb5e8a04928d0615d0435e5506b3f5ce2feb3;hb=43614711df496ca48e368e6e74c9d2abb264ce5d;hpb=783bc7c3215dc613aa60078cd386f8e8b49b9ebb diff --git a/crypt.h b/crypt.h index 01edb5e8..9623a003 100644 --- a/crypt.h +++ b/crypt.h @@ -158,7 +158,7 @@ _static_inline_ void sc_trafo(struct iovec *src, struct iovec *dst, /** * Deallocate a stream cipher structure. * - * \param sc A stream cipher previously obtained by sc_new(). + * \param sc A stream cipher previously obtained by \ref sc_new(). */ void sc_free(struct stream_cipher *sc);