diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2015-03-09 21:26:50 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2015-03-09 21:26:50 +0700 |
commit | f6ff8794291fca376482633b26eaf8101c8cb44d (patch) | |
tree | b584b39ea53767ae0fe1d9cb4043ca90c2623b0d /.gitattributes | |
parent | Remove extraneous class reference (diff) | |
download | BouncyCastle.NET-ed25519-f6ff8794291fca376482633b26eaf8101c8cb44d.tar.xz |
Port of TlsTestSuite from Java, and misc. TLS code
- Upgrade to NUnit 2.6.4 and adjust various test code
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 14f495692..4989b01a5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -24,6 +24,7 @@ *.crl binary *.crt binary *.data binary +*.dll binary *.dsa binary *.jpg binary *.jpeg binary |