Merge pull request #6548 from lealem47/gplusplus

Fix for g++ builds
This commit is contained in:
David Garske
2023-06-27 13:02:50 -07:00
committed by GitHub

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 */