diff options
Diffstat (limited to 'crypto/openpgp_symmetric_encryption.h')
-rw-r--r-- | crypto/openpgp_symmetric_encryption.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 <string> #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, |