Fixed function parameter description
This commit is contained in:
@@ -138,7 +138,7 @@ cert_payload_t *cert_payload_create_from_hash_and_url(chunk_t hash, char *url);
|
|||||||
* Creates a custom certificate payload using type and associated data.
|
* Creates a custom certificate payload using type and associated data.
|
||||||
*
|
*
|
||||||
* @param type encoding type of certificate
|
* @param type encoding type of certificate
|
||||||
* @param url associated data (gets owned)
|
* @param data associated data (gets owned)
|
||||||
* @return cert_payload_t object
|
* @return cert_payload_t object
|
||||||
*/
|
*/
|
||||||
cert_payload_t *cert_payload_create_custom(cert_encoding_t type, chunk_t data);
|
cert_payload_t *cert_payload_create_custom(cert_encoding_t type, chunk_t data);
|
||||||
|
|||||||
Reference in New Issue
Block a user