forked from wolfSSL/wolfssl
Fix for g++ builds
This commit is contained in:
@ -911,9 +911,6 @@ WOLFSSL_API int wc_GetUUIDFromCert(struct DecodedCert* cert,
|
|||||||
WOLFSSL_API int wc_GetFASCNFromCert(struct DecodedCert* cert,
|
WOLFSSL_API int wc_GetFASCNFromCert(struct DecodedCert* cert,
|
||||||
byte* fascn, word32* fascnSz);
|
byte* fascn, word32* fascnSz);
|
||||||
#endif /* WOLFSSL_FPKI */
|
#endif /* WOLFSSL_FPKI */
|
||||||
#ifdef __cplusplus
|
|
||||||
} /* extern "C" */
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if !defined(XFPRINTF) || defined(NO_FILESYSTEM) || \
|
#if !defined(XFPRINTF) || defined(NO_FILESYSTEM) || \
|
||||||
defined(NO_STDIO_FILESYSTEM) && defined(WOLFSSL_ASN_PRINT)
|
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 */
|
#endif /* WOLFSSL_ASN_PRINT */
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
} /* extern "C" */
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* WOLF_CRYPT_ASN_PUBLIC_H */
|
#endif /* WOLF_CRYPT_ASN_PUBLIC_H */
|
||||||
|
Reference in New Issue
Block a user