提交 836ea453 编写于 作者: A Andy Polyakov

gcm128.c: fix typo in CRYPTO_gcm128_encrypt_ctr32 name.

上级 72f42193
......@@ -1092,7 +1092,7 @@ void CRYPTO_gcm128_decrypt(GCM128_CONTEXT *ctx,
ctx->res = n;
}
void CRYPTO_gcm128_encrypt_crt32(GCM128_CONTEXT *ctx,
void CRYPTO_gcm128_encrypt_ctr32(GCM128_CONTEXT *ctx,
const unsigned char *in, unsigned char *out,
size_t len, ctr128_f stream)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册