Android build fixes.
[openssl.git] / crypto / hmac / hmac_lcl.h
index f6ce8f9f3f022238053d3e9e82b42e26d422a6cc..f93e61fd745c4c5a6236f25de011d5943d7b192e 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/hmac/hmac.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
@@ -74,4 +73,8 @@ struct hmac_ctx_st {
     unsigned char key[HMAC_MAX_MD_CBLOCK];
 };
 
+#ifdef __cplusplus
+} /* extern "C" */
+#endif
+
 #endif