X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=crypt.h;h=9623a0035a3b1a89818bd99c3c09c1dac041519b;hb=853b9e2286fdcbb1d661a636f59ff0955a6c3648;hp=01edb5e8a04928d0615d0435e5506b3f5ce2feb3;hpb=783bc7c3215dc613aa60078cd386f8e8b49b9ebb;p=paraslash.git 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);