X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcontent%2Fchild%2Fwebcrypto%2Fnss%2Futil_nss.cc;h=eb516e049a0b61804939db1b940f5a90ebf7fbe9;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=dd0ef3c3d35a1e93a10f672f7886056751c21c3c;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/content/child/webcrypto/nss/util_nss.cc b/src/content/child/webcrypto/nss/util_nss.cc index dd0ef3c..eb516e0 100644 --- a/src/content/child/webcrypto/nss/util_nss.cc +++ b/src/content/child/webcrypto/nss/util_nss.cc @@ -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