Skip to content

Commit

Permalink
mac: Add _EXPORT macros, crypto/.
Browse files Browse the repository at this point in the history
BUG=90078
TEST=none

Review URL: https://chromiumcodereview.appspot.com/9369020

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121185 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
thakis@chromium.org committed Feb 9, 2012
1 parent f6e5a65 commit 097c9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/cssm_init.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace crypto {
CRYPTO_EXPORT void EnsureCSSMInit();

// Returns the shared CSP handle used by CSSM functions.
CSSM_CSP_HANDLE GetSharedCSPHandle();
CRYPTO_EXPORT CSSM_CSP_HANDLE GetSharedCSPHandle();

// Returns the shared CL handle used by CSSM functions.
CRYPTO_EXPORT CSSM_CL_HANDLE GetSharedCLHandle();
Expand Down

0 comments on commit 097c9db

Please sign in to comment.