summaryrefslogtreecommitdiffstats
path: root/demos/mac/gmac.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/mac/gmac.c')
-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);