mirror of
https://github.com/openssl/openssl.git
synced 2024-11-29 13:03:55 +08:00
gcm128.c: fix typo in CRYPTO_gcm128_encrypt_ctr32 name.
This commit is contained in:
parent
72f421934a
commit
836ea45350
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user