From db7a78c5e9bd35c11393377d91b3792c456de115 Mon Sep 17 00:00:00 2001 From: "evan@chromium.org" Date: Tue, 12 Jul 2011 17:19:58 +0000 Subject: crypto: enable components build for Linux Expose some more API via CRYPTO_API and refactor gyp file. Review URL: http://codereview.chromium.org/7336009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92188 0039d316-1c4b-4281-b951-d872f2087c98 --- crypto/openpgp_symmetric_encryption.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crypto/openpgp_symmetric_encryption.h') diff --git a/crypto/openpgp_symmetric_encryption.h b/crypto/openpgp_symmetric_encryption.h index d49d216..e2a4bbd 100644 --- a/crypto/openpgp_symmetric_encryption.h +++ b/crypto/openpgp_symmetric_encryption.h @@ -9,6 +9,7 @@ #include #include "base/string_piece.h" +#include "crypto/crypto_api.h" namespace crypto { @@ -19,7 +20,7 @@ namespace crypto { // // Likewise, the output of this can be decrypted on the command line with: // gpg < input -class OpenPGPSymmetricEncrytion { +class CRYPTO_API OpenPGPSymmetricEncrytion { public: enum Result { OK, -- cgit v1.1