diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2021-07-14 23:45:24 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2021-07-14 23:45:24 +0700 |
commit | 7abd4af6873142092f5f38f93888a73c0a1bd17a (patch) | |
tree | 6039a22223a82fa0ad7194433f753910664a5afd /crypto/BouncyCastle.iOS.csproj | |
parent | Refactoring around TlsEncryptor (diff) | |
download | BouncyCastle.NET-ed25519-7abd4af6873142092f5f38f93888a73c0a1bd17a.tar.xz |
Avoid redundant CheckUsageInRole calls
Diffstat (limited to 'crypto/BouncyCastle.iOS.csproj')
-rw-r--r-- | crypto/BouncyCastle.iOS.csproj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/BouncyCastle.iOS.csproj b/crypto/BouncyCastle.iOS.csproj index 70e241004..6417b95b0 100644 --- a/crypto/BouncyCastle.iOS.csproj +++ b/crypto/BouncyCastle.iOS.csproj @@ -1798,7 +1798,6 @@ <Compile Include="src\tls\TlsPskIdentityManager.cs" /> <Compile Include="src\tls\TlsPskKeyExchange.cs" /> <Compile Include="src\tls\TlsRsaKeyExchange.cs" /> - <Compile Include="src\tls\TlsRsaUtilities.cs" /> <Compile Include="src\tls\TlsServer.cs" /> <Compile Include="src\tls\TlsServerCertificate.cs" /> <Compile Include="src\tls\TlsServerCertificateImpl.cs" /> |