projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
gcm128.c: fix typo in CRYPTO_gcm128_encrypt_ctr32 name.
[openssl.git]
/
crypto
/
modes
/
gcm128.c
diff --git
a/crypto/modes/gcm128.c
b/crypto/modes/gcm128.c
index ede9c7cccd619df640c449b2835e73a01dae5258..4c4b2d7f967b32ee7b66f8c660b4aafd95a3645d 100644
(file)
--- a/
crypto/modes/gcm128.c
+++ b/
crypto/modes/gcm128.c
@@
-1092,7
+1092,7
@@
void CRYPTO_gcm128_decrypt(GCM128_CONTEXT *ctx,
ctx->res = n;
}
-void CRYPTO_gcm128_encrypt_c
rt
32(GCM128_CONTEXT *ctx,
+void CRYPTO_gcm128_encrypt_c
tr
32(GCM128_CONTEXT *ctx,
const unsigned char *in, unsigned char *out,
size_t len, ctr128_f stream)
{