Fix for g++ builds

pull/6548/head
Lealem Amedie 2023-06-27 12:50:56 -06:00
parent 6b240fa41a
commit 91962a1a78
1 changed files with 4 additions and 3 deletions

View File

@ -911,9 +911,6 @@ WOLFSSL_API int wc_GetUUIDFromCert(struct DecodedCert* cert,
WOLFSSL_API int wc_GetFASCNFromCert(struct DecodedCert* cert,
byte* fascn, word32* fascnSz);
#endif /* WOLFSSL_FPKI */
#ifdef __cplusplus
} /* extern "C" */
#endif
#if !defined(XFPRINTF) || defined(NO_FILESYSTEM) || \
defined(NO_STDIO_FILESYSTEM) && defined(WOLFSSL_ASN_PRINT)
@ -1015,4 +1012,8 @@ WOLFSSL_API int wc_Asn1_PrintAll(Asn1* asn1, Asn1PrintOptions* opts,
#endif /* WOLFSSL_ASN_PRINT */
#ifdef __cplusplus
} /* extern "C" */
#endif
#endif /* WOLF_CRYPT_ASN_PUBLIC_H */