Move ocsp_responder_t interface as it's not a certificate

This commit is contained in:
Tobias Brunner
2023-11-14 10:35:47 +01:00
parent 14bd0bc743
commit 724e64cac4
5 changed files with 5 additions and 5 deletions
@@ -16,7 +16,7 @@
/**
* @defgroup ocsp_responder ocsp_responder
* @{ @ingroup certificates
* @{ @ingroup credentials
*/
#ifndef OCSP_RESPONDER_H_
@@ -24,7 +24,7 @@
typedef struct ocsp_responders_t ocsp_responders_t;
#include <credentials/certificates/ocsp_responder.h>
#include <credentials/ocsp_responder.h>
/**
* Manages OCSP responders.