Skip to content

Commit 0f446d2

Browse files
authored
Merge pull request #55 from lealem47/F7847
F7847: wolfx509: fix wc_SetAcmeIdentifierExt stub prototype
2 parents 11d3af9 + 58fcaca commit 0f446d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

wolfx509/certgen_wolfcrypt.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ package wolfx509
4545
// }
4646
// #endif
4747
// #ifndef WOLFSSL_ACME_OID
48-
// static int wc_SetAcmeIdentifierExt(Cert* cert, const char* keyAuth,
49-
// int keyAuthSz) {
48+
// static int wc_SetAcmeIdentifierExt(Cert* cert, const byte* keyAuth,
49+
// word32 keyAuthSz) {
5050
// (void)cert; (void)keyAuth; (void)keyAuthSz;
5151
// return -174;
5252
// }

0 commit comments

Comments
 (0)