Fix spurious #endif from previous cherry-pick

This commit is contained in:
Manuel Pégourié-Gonnard 2015-10-05 14:57:01 +01:00
parent 0123405f32
commit cfd1ba9f7c
2 changed files with 2 additions and 4 deletions

View file

@ -32,8 +32,7 @@
#if ( defined(__ARMCC_VERSION) || defined(_MSC_VER) ) && \
!defined(inline) && !defined(__cplusplus)
#define inline __inline
#endif /* __ARMCC_VERSION */
#endif /*_MSC_VER */
#endif
#define POLARSSL_ERR_CIPHER_FEATURE_UNAVAILABLE -0x6080 /**< The selected feature is not available. */
#define POLARSSL_ERR_CIPHER_BAD_INPUT_DATA -0x6100 /**< Bad input parameters to function. */

View file

@ -37,8 +37,7 @@
#if ( defined(__ARMCC_VERSION) || defined(_MSC_VER) ) && \
!defined(inline) && !defined(__cplusplus)
#define inline __inline
#endif /* __ARMCC_VERSION */
#endif /*_MSC_VER */
#endif
/**
* Context for PKCS #11 private keys.