Skip to content

Commit

Permalink
remove unnecessary struct define
Browse files Browse the repository at this point in the history
  • Loading branch information
miyazakh committed Aug 4, 2024
1 parent 83b6af6 commit 3fdacee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions wolfssl/wolfcrypt/asn.h
Original file line number Diff line number Diff line change
Expand Up @@ -2630,8 +2630,6 @@ struct OcspRequest {
void* ssl;
};

struct WOLFSSL;

WOLFSSL_LOCAL void InitOcspResponse(OcspResponse* resp, OcspEntry* single,
CertStatus* status, byte* source, word32 inSz, void* heap);
WOLFSSL_LOCAL void FreeOcspResponse(OcspResponse* resp);
Expand Down

0 comments on commit 3fdacee

Please sign in to comment.