Skip to content

Commit 37ce012

Browse files
rzikmvcsjones
authored andcommitted
Update src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.Ssl.cs
Co-authored-by: Kevin Jones <vcsjones@github.com>
1 parent 52fe237 commit 37ce012

File tree

1 file changed

+1
-1
lines changed
  • src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native

1 file changed

+1
-1
lines changed

src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.Ssl.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ internal static unsafe ReadOnlySpan<byte> SslGetAlpnSelected(SafeSslHandle ssl)
117117
internal static partial IntPtr SslGetPeerCertificate(SafeSslHandle ssl);
118118

119119
[LibraryImport(Libraries.CryptoNative, EntryPoint = "CryptoNative_SslGetPeerCertChain")]
120-
internal static partial SafeSharedX509StackHandle SslGetPeerCertChain_private(SafeSslHandle ssl);
120+
private static partial SafeSharedX509StackHandle SslGetPeerCertChain_private(SafeSslHandle ssl);
121121

122122
internal static SafeSharedX509StackHandle SslGetPeerCertChain(SafeSslHandle ssl)
123123
{

0 commit comments

Comments
 (0)