There was an error while loading. Please reload this page.
1 parent a64770b commit 58fcacaCopy full SHA for 58fcaca
1 file changed
wolfx509/certgen_wolfcrypt.go
@@ -45,8 +45,8 @@ package wolfx509
45
// }
46
// #endif
47
// #ifndef WOLFSSL_ACME_OID
48
-// static int wc_SetAcmeIdentifierExt(Cert* cert, const char* keyAuth,
49
-// int keyAuthSz) {
+// static int wc_SetAcmeIdentifierExt(Cert* cert, const byte* keyAuth,
+// word32 keyAuthSz) {
50
// (void)cert; (void)keyAuth; (void)keyAuthSz;
51
// return -174;
52
0 commit comments