Skip to content

Commit 4dc1629

Browse files
committed
Address feedback
1 parent d757ba6 commit 4dc1629

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

src/native/libs/System.Security.Cryptography.Native.Android/pal_trust_manager.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
3+
14
#include "pal_trust_manager.h"
25

36
ARGS_NON_NULL_ALL void AndroidCryptoNative_RegisterRemoteCertificateValidationCallback(RemoteCertificateValidationCallback callback)

src/native/libs/System.Security.Cryptography.Native.Android/pal_trust_manager.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
3+
14
#include "pal_jni.h"
25

36
typedef bool (*RemoteCertificateValidationCallback)(intptr_t);

src/native/libs/System.Security.Cryptography.Native.Android/pal_trust_manager_jni_export.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
3+
14
#include "pal_trust_manager.h"
25
#include <stdatomic.h>
36

0 commit comments

Comments
 (0)