1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/BouncyCastle.Android.csproj b/crypto/BouncyCastle.Android.csproj
index 309298614..13ca4f05c 100644
--- a/crypto/BouncyCastle.Android.csproj
+++ b/crypto/BouncyCastle.Android.csproj
@@ -963,6 +963,7 @@
<Compile Include="src\crypto\tls\CertificateStatus.cs" />
<Compile Include="src\crypto\tls\CertificateStatusRequest.cs" />
<Compile Include="src\crypto\tls\CertificateStatusType.cs" />
+ <Compile Include="src\crypto\tls\CertificateType.cs" />
<Compile Include="src\crypto\tls\CertificateUrl.cs" />
<Compile Include="src\crypto\tls\Chacha20Poly1305.cs" />
<Compile Include="src\crypto\tls\ChangeCipherSpec.cs" />
|