提交 70a7685a 编写于 作者: P Pauli

cmac: preprocessor indentation fixes

Reviewed-by: NMatt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10836)
上级 e56ba0e1
......@@ -18,11 +18,11 @@
# ifndef OPENSSL_NO_CMAC
#ifdef __cplusplus
# ifdef __cplusplus
extern "C" {
#endif
# endif
# include <openssl/evp.h>
# include <openssl/evp.h>
/* Opaque */
typedef struct CMAC_CTX_st CMAC_CTX;
......@@ -39,9 +39,9 @@ int CMAC_Update(CMAC_CTX *ctx, const void *data, size_t dlen);
int CMAC_Final(CMAC_CTX *ctx, unsigned char *out, size_t *poutlen);
int CMAC_resume(CMAC_CTX *ctx);
#ifdef __cplusplus
# ifdef __cplusplus
}
#endif
# endif
# endif
#endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册