From e304aa87b35fac5ea97c405dd3c21549faa45e78 Mon Sep 17 00:00:00 2001 From: Dimitris Apostolou Date: Mon, 3 Jan 2022 01:00:27 +0200 Subject: Fix typos Reviewed-by: Tim Hudson Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/17392) --- demos/mac/gmac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos') 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); -- cgit v1.2.3