X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=crypt.h;h=cee108f2da62179526c6353002d4e8cbdff794cb;hb=ac2b74b691bd19544660df8b69f89cd6f5323735;hp=9623a0035a3b1a89818bd99c3c09c1dac041519b;hpb=5364bf49a734ba76400d3eb31f42f6a861e64bef;p=paraslash.git diff --git a/crypt.h b/crypt.h index 9623a003..cee108f2 100644 --- 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);