summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorDimitris Apostolou <dimitris.apostolou@icloud.com>2022-01-03 01:00:27 +0200
committerTomas Mraz <tomas@openssl.org>2022-01-05 12:37:20 +0100
commite304aa87b35fac5ea97c405dd3c21549faa45e78 (patch)
tree3a9330f9259ddf98984e63db297583b5ef9dcd7b /demos
parente66c41725f03dae2b295df048312fe6d28729e98 (diff)
downloadopenssl-new-e304aa87b35fac5ea97c405dd3c21549faa45e78.tar.gz
Fix typos
Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17392)
Diffstat (limited to 'demos')
-rw-r--r--demos/mac/gmac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/mac/gmac.c b/demos/mac/gmac.c
index bdaa9b1daa..6866a53ff5 100644
--- a/demos/mac/gmac.c
+++ b/demos/mac/gmac.c
@@ -85,7 +85,7 @@ int main(int argc, char **argv)
goto end;
}
- /* GMAC requries a GCM mode cipher to be specified */
+ /* GMAC requires a GCM mode cipher to be specified */
*p++ = OSSL_PARAM_construct_utf8_string(OSSL_MAC_PARAM_CIPHER,
"AES-128-GCM", 0);