Skip to content

Commit 89be92f

Browse files
committed
formatting
1 parent 0e2a3fd commit 89be92f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/internal.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42789,7 +42789,8 @@ static int DoAppleNativeCertValidation(WOLFSSL* ssl,
4278942789
ssl->buffers.domainName.length > 0) {
4279042790
/* Create policy with specified value to require host name match */
4279142791
hostname = CFStringCreateWithCString(kCFAllocatorDefault,
42792-
(const char*)ssl->buffers.domainName.buffer, kCFStringEncodingUTF8);
42792+
(const char*)ssl->buffers.domainName.buffer,
42793+
kCFStringEncodingUTF8);
4279342794
}
4279442795
if (hostname != NULL) {
4279542796
policy = SecPolicyCreateSSL(true, hostname);

0 commit comments

Comments
 (0)