]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - crypt.h
play: Avoid gcc warning when compiling without readline.
[paraslash.git] / crypt.h
diff --git a/crypt.h b/crypt.h
index 01edb5e8a04928d0615d0435e5506b3f5ce2feb3..9623a0035a3b1a89818bd99c3c09c1dac041519b 100644 (file)
--- 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);