From b461aff257e57b8ba8e72667078fdf6d5047bc91 Mon Sep 17 00:00:00 2001 From: Pauli Date: Mon, 17 Jan 2022 16:50:16 +1100 Subject: demo: remove end of line whitespace Reviewed-by: Tim Hudson Reviewed-by: Bernd Edlinger Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/17528) --- demos/digest/EVP_MD_demo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos') diff --git a/demos/digest/EVP_MD_demo.c b/demos/digest/EVP_MD_demo.c index 99589bd344..747ce64775 100644 --- a/demos/digest/EVP_MD_demo.c +++ b/demos/digest/EVP_MD_demo.c @@ -62,7 +62,7 @@ const char * hamlet_2 = "And lose the name of Action. Soft you now,\n" "The fair Ophelia? Nymph in thy Orisons\n" "Be all my sins remember'd.\n" -; +; /* The known value of the SHA3-512 digest of the above soliloqy */ const unsigned char known_answer[] = { -- cgit v1.2.1