Fix mismatched curly brace

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
Dmitry-Me
2016-02-17 12:10:18 +03:00
committed by Richard Levitte
parent fa9bb6201e
commit 9eaa5f9a32

View File

@@ -73,4 +73,8 @@ struct hmac_ctx_st {
unsigned char key[HMAC_MAX_MD_CBLOCK]; unsigned char key[HMAC_MAX_MD_CBLOCK];
}; };
#ifdef __cplusplus
} /* extern "C" */
#endif
#endif #endif