fix c++ build

This commit is contained in:
toddouska
2015-02-05 17:23:53 -08:00
parent c2ed94958c
commit c8b9c84178
2 changed files with 9 additions and 6 deletions

View File

@@ -3887,10 +3887,4 @@ static int AesCaviumCbcDecrypt(Aes* aes, byte* out, const byte* in,
#endif /* HAVE_FIPS */
#ifdef __cplusplus
} /* extern "C" */
#endif
#endif /* NO_AES */