]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - demos/mac/gmac.c
Fix typos
[thirdparty/openssl.git] / demos / mac / gmac.c
index bdaa9b1daa31a5014f2430f351011d43f5025ac0..6866a53ff5357ca6bc403d126a9266ebc6fef515 100644 (file)
@@ -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);