pki: Add SCEP utility functions and enums to Doxygen doc
This commit is contained in:
+6
-1
@@ -16,6 +16,11 @@
|
|||||||
* for more details.
|
* for more details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @defgroup scep scep
|
||||||
|
* @{ @ingroup pki
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef _SCEP_H
|
#ifndef _SCEP_H
|
||||||
#define _SCEP_H
|
#define _SCEP_H
|
||||||
|
|
||||||
@@ -117,4 +122,4 @@ bool scep_http_request(const char *url, scep_op_t op, bool http_post,
|
|||||||
bool scep_parse_response(chunk_t response, chunk_t transID, container_t **out,
|
bool scep_parse_response(chunk_t response, chunk_t transID, container_t **out,
|
||||||
scep_attributes_t *attrs);
|
scep_attributes_t *attrs);
|
||||||
|
|
||||||
#endif /* _SCEP_H */
|
#endif /** _SCEP_H @} */
|
||||||
|
|||||||
Reference in New Issue
Block a user