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
+2017-08-04 Zan Dobersek <zdobersek@igalia.com>
+
+ 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 <jeremyj@apple.com>
Remove unnecesary call to status bar SPI.
#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>
ASSERT_NOT_REACHED();
return 0;
}
+
static unsigned curveUncompressedFieldElementSize(CryptoKeyEC::NamedCurve curve)
{
switch (curve) {
#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>