Title: [220260] trunk/Source/WebCore
- Revision
- 220260
- Author
- [email protected]
- Date
- 2017-08-04 00:56:17 -0700 (Fri, 04 Aug 2017)
Log Message
Unreviewed. Removing redundant NotImplemented.h header inclusions
and cleaning up whitespace issues in libgcrypt-specific CryptoKeyEC
and CryptoKeyRSA implementation files.
* crypto/gcrypt/CryptoKeyECGCrypt.cpp:
* crypto/gcrypt/CryptoKeyRSAGCrypt.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (220259 => 220260)
--- trunk/Source/WebCore/ChangeLog 2017-08-04 07:52:43 UTC (rev 220259)
+++ trunk/Source/WebCore/ChangeLog 2017-08-04 07:56:17 UTC (rev 220260)
@@ -1,3 +1,12 @@
+2017-08-04 Zan Dobersek <[email protected]>
+
+ Unreviewed. Removing redundant NotImplemented.h header inclusions
+ and cleaning up whitespace issues in libgcrypt-specific CryptoKeyEC
+ and CryptoKeyRSA implementation files.
+
+ * crypto/gcrypt/CryptoKeyECGCrypt.cpp:
+ * crypto/gcrypt/CryptoKeyRSAGCrypt.cpp:
+
2017-08-04 Jeremy Jones <[email protected]>
Remove unnecesary call to status bar SPI.
Modified: trunk/Source/WebCore/crypto/gcrypt/CryptoKeyECGCrypt.cpp (220259 => 220260)
--- trunk/Source/WebCore/crypto/gcrypt/CryptoKeyECGCrypt.cpp 2017-08-04 07:52:43 UTC (rev 220259)
+++ trunk/Source/WebCore/crypto/gcrypt/CryptoKeyECGCrypt.cpp 2017-08-04 07:56:17 UTC (rev 220260)
@@ -31,7 +31,6 @@
#include "CryptoKeyPair.h"
#include "GCryptUtilities.h"
#include "JsonWebKey.h"
-#include "NotImplemented.h"
#include <pal/crypto/gcrypt/Handle.h>
#include <pal/crypto/gcrypt/Utilities.h>
#include <pal/crypto/tasn1/Utilities.h>
@@ -77,6 +76,7 @@
ASSERT_NOT_REACHED();
return 0;
}
+
static unsigned curveUncompressedFieldElementSize(CryptoKeyEC::NamedCurve curve)
{
switch (curve) {
Modified: trunk/Source/WebCore/crypto/gcrypt/CryptoKeyRSAGCrypt.cpp (220259 => 220260)
--- trunk/Source/WebCore/crypto/gcrypt/CryptoKeyRSAGCrypt.cpp 2017-08-04 07:52:43 UTC (rev 220259)
+++ trunk/Source/WebCore/crypto/gcrypt/CryptoKeyRSAGCrypt.cpp 2017-08-04 07:56:17 UTC (rev 220260)
@@ -32,7 +32,6 @@
#include "CryptoKeyDataRSAComponents.h"
#include "CryptoKeyPair.h"
#include "GCryptUtilities.h"
-#include "NotImplemented.h"
#include "ScriptExecutionContext.h"
#include <pal/crypto/gcrypt/Handle.h>
#include <pal/crypto/gcrypt/Utilities.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes