]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - crypt.h
audiod: Fix error checking in init_default_filters().
[paraslash.git] / crypt.h
diff --git a/crypt.h b/crypt.h
index 01edb5e8a04928d0615d0435e5506b3f5ce2feb3..cee108f2da62179526c6353002d4e8cbdff794cb 100644 (file)
--- a/crypt.h
+++ b/crypt.h
@@ -48,7 +48,7 @@ int apc_priv_decrypt(const char *key_file, unsigned char *outbuf,
  * \param key_file The file containing the key.
  * \param result The key structure is returned here.
  *
- * \return The size of the key on success, negative on errors.
+ * \return The size of the key in bytes on success, negative on errors.
  */
 int apc_get_pubkey(const char *key_file, struct asymmetric_key **result);
 
@@ -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);