From: zandobersek@gmail.com Date: Fri, 4 Aug 2017 07:56:17 +0000 (+0000) Subject: Unreviewed. Removing redundant NotImplemented.h header inclusions X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=66bcf632896cfecc8642d14967cc0c24463f9fae;hp=88299bbe882f128d730c61094f3b4797eb364685;ds=inline 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: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@220260 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog index 8472110f0605..81d46d078b24 100644 --- a/Source/WebCore/ChangeLog +++ b/Source/WebCore/ChangeLog @@ -1,3 +1,12 @@ +2017-08-04 Zan Dobersek + + 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 Remove unnecesary call to status bar SPI. diff --git a/Source/WebCore/crypto/gcrypt/CryptoKeyECGCrypt.cpp b/Source/WebCore/crypto/gcrypt/CryptoKeyECGCrypt.cpp index 00ff8201667b..40d800f8fff4 100644 --- a/Source/WebCore/crypto/gcrypt/CryptoKeyECGCrypt.cpp +++ b/Source/WebCore/crypto/gcrypt/CryptoKeyECGCrypt.cpp @@ -31,7 +31,6 @@ #include "CryptoKeyPair.h" #include "GCryptUtilities.h" #include "JsonWebKey.h" -#include "NotImplemented.h" #include #include #include @@ -77,6 +76,7 @@ static size_t curveSize(CryptoKeyEC::NamedCurve curve) ASSERT_NOT_REACHED(); return 0; } + static unsigned curveUncompressedFieldElementSize(CryptoKeyEC::NamedCurve curve) { switch (curve) { diff --git a/Source/WebCore/crypto/gcrypt/CryptoKeyRSAGCrypt.cpp b/Source/WebCore/crypto/gcrypt/CryptoKeyRSAGCrypt.cpp index 237dff1c153e..73c0190d986e 100644 --- a/Source/WebCore/crypto/gcrypt/CryptoKeyRSAGCrypt.cpp +++ b/Source/WebCore/crypto/gcrypt/CryptoKeyRSAGCrypt.cpp @@ -32,7 +32,6 @@ #include "CryptoKeyDataRSAComponents.h" #include "CryptoKeyPair.h" #include "GCryptUtilities.h" -#include "NotImplemented.h" #include "ScriptExecutionContext.h" #include #include