From 7dad2a3ec1c5eada75bdd6af49a17c85113814e8 Mon Sep 17 00:00:00 2001 From: davidben Date: Tue, 1 Mar 2016 15:47:47 -0800 Subject: Cut down on usage of deprecated APIs in //crypto. SSL_library_init is deprecated. It's CRYPTO_library_init. Switch from the legacy ASN.1 APIs to the new parsers where feasible. ECPrivateKey::CreateFromEncryptedPrivateKeyInfo is left alone for now as we still need a new version of those APIs. This also adds a scoper for CBB for use in later CLs. BUG=499653 Review URL: https://codereview.chromium.org/1739403002 Cr-Commit-Position: refs/heads/master@{#378610} --- crypto/crypto.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto/crypto.gyp') diff --git a/crypto/crypto.gyp b/crypto/crypto.gyp index e6266ec..e2472d71 100644 --- a/crypto/crypto.gyp +++ b/crypto/crypto.gyp @@ -128,6 +128,7 @@ 'sources!': [ 'aead_openssl.cc', 'aead_openssl.h', + 'auto_cbb.h', 'curve25519_openssl.cc', 'ec_private_key_openssl.cc', 'ec_signature_creator_openssl.cc', -- cgit v1.1