Skip to content

Commit d290caa

Browse files
authored
Merge pull request #9608 from Frauschi/typo_fix
Fix for WOLFSSL_BLIND_PRIVATE_KEY and WOLFSSL_DUAL_ALG_CERTS
2 parents 6264c11 + 1162607 commit d290caa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7136,7 +7136,7 @@ int SetSSL_CTX(WOLFSSL* ssl, WOLFSSL_CTX* ctx, int writeDup)
71367136
ssl->buffers.altKey = ctx->altPrivateKey;
71377137
#else
71387138
if (ctx->altPrivateKey != NULL) {
7139-
ret = AllocCopyDer(&ssl->buffers.altkey, ctx->altPrivateKey->buffer,
7139+
ret = AllocCopyDer(&ssl->buffers.altKey, ctx->altPrivateKey->buffer,
71407140
ctx->altPrivateKey->length, ctx->altPrivateKey->type,
71417141
ctx->altPrivateKey->heap);
71427142
if (ret != 0) {

0 commit comments

Comments
 (0)