Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / content / child / webcrypto / nss / util_nss.cc
index dd0ef3c..eb516e0 100644 (file)
@@ -6,6 +6,7 @@
 
 #include "base/lazy_instance.h"
 #include "content/child/webcrypto/crypto_data.h"
+#include "content/child/webcrypto/platform_crypto.h"
 #include "crypto/nss_util.h"
 #include "crypto/scoped_nss_types.h"
 
@@ -79,6 +80,11 @@ void PlatformInit() {
   crypto::EnsureNSSInit();
 }
 
+AlgorithmImplementation* CreatePlatformAesCtrImplementation() {
+  // TODO(eroman): http://crbug.com/399084
+  return NULL;
+}
+
 }  // namespace webcrypto
 
 }  // namespace content