stroke: Remove obsolete certificate registration for hash-and-URL

This commit is contained in:
Tobias Brunner
2019-11-26 11:12:26 +01:00
parent ad14f3a60d
commit d592ff72bc
3 changed files with 0 additions and 59 deletions
-7
View File
@@ -58,13 +58,6 @@ struct stroke_ca_t {
*/
void (*list)(stroke_ca_t *this, stroke_msg_t *msg, FILE *out);
/**
* Check if a certificate can be made available through hash and URL.
*
* @param cert peer certificate
*/
void (*check_for_hash_and_url)(stroke_ca_t *this, certificate_t* cert);
/**
* Get a reference to a CA certificate if it is already stored,
* otherwise returns the same certificate.