Skip to content

Commit 22eedee

Browse files
committed
fixup! tests: add unit coverage for GetCAByAKID
1 parent 32c6f8f commit 22eedee

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

wolfssl/internal.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6694,14 +6694,14 @@ WOLFSSL_LOCAL WC_RNG* WOLFSSL_RSA_GetRNG(WOLFSSL_RSA *rsa, WC_RNG **tmpRNG,
66946694
DecodedCert* cert);
66956695
#endif
66966696

6697-
#ifdef WOLFSSL_API_PREFIX_MAP
6698-
#define GetCAByAKID wolfSSL_GetCAByAKID
6699-
#endif
67006697

67016698
#ifndef GetCA
67026699
WOLFSSL_LOCAL Signer* GetCA(void* vp, byte* hash);
67036700
#endif
67046701
#if defined(WOLFSSL_AKID_NAME) && !defined(GetCAByAKID)
6702+
#ifdef WOLFSSL_API_PREFIX_MAP
6703+
#define GetCAByAKID wolfSSL_GetCAByAKID
6704+
#endif
67056705
WOLFSSL_TEST_VIS Signer* GetCAByAKID(void* vp, const byte* issuer,
67066706
word32 issuerSz, const byte* serial, word32 serialSz);
67076707
#endif

0 commit comments

Comments
 (0)