diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-07-13 16:11:20 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-07-13 14:54:14 +0000 |
commit | 2cdc693c56c266e149473241e6b3cb54fb2a2a03 (patch) | |
tree | 0c4dc65cfd85858ef1a12db9217830d708e67336 /onlineupdate | |
parent | 80f9ad9011843dbc9d166147402366438bcfe29a (diff) |
Remove __cplusplus-checks from apparently-C++-only files
Change-Id: I87e9ce45cf945e75e8140a9d4608da8abcddada6
Reviewed-on: https://gerrit.libreoffice.org/27187
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'onlineupdate')
-rw-r--r-- | onlineupdate/source/libmar/verify/MacVerifyCrypto.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/onlineupdate/source/libmar/verify/MacVerifyCrypto.cpp b/onlineupdate/source/libmar/verify/MacVerifyCrypto.cpp index b067a10071bf..e86fac3c5863 100644 --- a/onlineupdate/source/libmar/verify/MacVerifyCrypto.cpp +++ b/onlineupdate/source/libmar/verify/MacVerifyCrypto.cpp @@ -11,9 +11,7 @@ // We declare the necessary parts of the Security Transforms API here since // we're building with the 10.6 SDK, which doesn't know about Security // Transforms. -#ifdef __cplusplus extern "C" { -#endif const CFStringRef kSecTransformInputAttributeName = CFSTR("INPUT"); typedef CFTypeRef SecTransformRef; typedef struct OpaqueSecKeyRef* SecKeyRef; @@ -34,9 +32,7 @@ extern "C" { CFTypeRef value, CFErrorRef* error); SecTransformSetAttributeFunc SecTransformSetAttributePtr = NULL; -#ifdef __cplusplus } -#endif #define MAC_OS_X_VERSION_10_7_HEX 0x00001070 |