Update 1.1.1-pre8
This commit is contained in:
@@ -10,13 +10,6 @@
|
||||
#ifndef HEADER_HMAC_LCL_H
|
||||
# define HEADER_HMAC_LCL_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#if 0 /* emacs indentation fix */
|
||||
}
|
||||
#endif
|
||||
|
||||
struct hmac_ctx_st {
|
||||
const EVP_MD *md;
|
||||
EVP_MD_CTX *md_ctx;
|
||||
@@ -26,8 +19,4 @@ struct hmac_ctx_st {
|
||||
unsigned char key[HMAC_MAX_MD_CBLOCK];
|
||||
};
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user