Index: third_party/usrsctp/README.chromium |
diff --git a/third_party/usrsctp/README.chromium b/third_party/usrsctp/README.chromium |
index a3224eaddba39498bad612a5d48ddaf1c4f8e7c3..e4094825ffe33a2f76736e39770a09370ed8393a 100644 |
--- a/third_party/usrsctp/README.chromium |
+++ b/third_party/usrsctp/README.chromium |
@@ -1,8 +1,8 @@ |
Name: usrsctp |
URL: http://sctp-refimpl.googlecode.com/svn/trunk/KERN/usrsctp |
Version: 0 |
-Date: 16 March 2013 |
-Revision: 8554 |
+Date: 8 July 2014 |
+Revision: 8912 |
License: New BSD License |
License File: LICENSE |
Security Critical: yes |
@@ -18,15 +18,3 @@ as well as updates and enhancements from the following Internet Drafts: |
draft-stewart-prsctp-00.txt |
draft-stewart-tsvwg-sctpipv6-00.txt |
draft-iyengar-sctp-cacc-00.txt |
- |
-Local Modifications: |
-usrsctplib provides its own SHA1 implementations as part of the library. Since |
-chrome already has the support of both NSS and OPENSSL which already |
-implementats SHA1, Chromium will not include the SHA1 from usrsctplib. |
- |
-Overrides folder has the necessary changes to strip the existing SHA1 |
-implementation in usrsctplib and use OPENSSL or NSS implementation based on the |
-platform type. |
- |
-To re-create the patch file run: |
-diff -PcrB usrsctplib overrides/usrsctplib > localchanges.patch |