diff options
Diffstat (limited to 'src/charon/credentials/sets/ocsp_response_wrapper.h')
-rw-r--r-- | src/charon/credentials/sets/ocsp_response_wrapper.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/charon/credentials/sets/ocsp_response_wrapper.h b/src/charon/credentials/sets/ocsp_response_wrapper.h index bf746320a..dc4b451df 100644 --- a/src/charon/credentials/sets/ocsp_response_wrapper.h +++ b/src/charon/credentials/sets/ocsp_response_wrapper.h @@ -37,9 +37,9 @@ struct ocsp_response_wrapper_t { credential_set_t set; /** - * Destroy a ocsp_response_wrapper instance. - */ - void (*destroy)(ocsp_response_wrapper_t *this); + * Destroy a ocsp_response_wrapper instance. + */ + void (*destroy)(ocsp_response_wrapper_t *this); }; /** |