diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2019-11-10 17:32:48 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2019-11-10 17:32:48 +0000 |
commit | a199e50252ef4574e620dc3cc096f81526d5998b (patch) | |
tree | dd5024a70176f005e2a68c0445df2be9ddab2933 | |
parent | 5f2789992a9d726a50a4cbde0e570e31c3a47580 (diff) |
It has been called to my attention that the cookie monster ascii art
in this test which I had obtained from a site purporting it to be
free for use with artist attribtion might not be.
After looking at at some other muppett ascii art for inspiration I am
replacing this with my own ascii art muppet to replace the previously
used cookie monster. The copyright for the art is the same as my code.
-rw-r--r-- | regress/lib/libssl/tlsext/tlsexttest.c | 24 |
1 files changed, 7 insertions, 17 deletions
diff --git a/regress/lib/libssl/tlsext/tlsexttest.c b/regress/lib/libssl/tlsext/tlsexttest.c index 8e4ac38be0e..214b3983a03 100644 --- a/regress/lib/libssl/tlsext/tlsexttest.c +++ b/regress/lib/libssl/tlsext/tlsexttest.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tlsexttest.c,v 1.29 2019/03/25 18:12:05 jsing Exp $ */ +/* $OpenBSD: tlsexttest.c,v 1.30 2019/11/10 17:32:47 beck Exp $ */ /* * Copyright (c) 2017 Joel Sing <jsing@openbsd.org> * Copyright (c) 2017 Doug Hogan <doug@openbsd.org> @@ -3302,22 +3302,12 @@ done: /* One day I hope to be the only Muppet in this codebase */ const uint8_t cookie[] = "\n" - " .---. .---. \n" - " : : o : me want cookie! \n" - " _..-: o : :-.._ / \n" - " .-'' ' `---' `---' ' ``-. \n" - " .' ' ' ' . ' . ' ' `. \n" - " : '.---.,,.,...,.,.,.,..---. ' ; \n" - " `. ' `. .' ' .' \n" - " `. '`. .' ' .' \n" - " `. `-._ _.-' ' .' .----. \n" - " `. ' ''--...--'' . ' .' .' o `. \n" - " .'`-._' ' . ' _.-'`. : o : \n" - " jgs .' ```--.....--''' ' `:_ o : \n" - " .' ' ' ' ' ; `.;';';';' \n" - " ; ' ' ' . ; .' ; ; ; \n" - " ; ' ' ' ' .' .-' \n" - " ' ' ' ' ' ' _.-' \n"; + " (o)(o) \n" + " m' 'm \n" + " M -****- M \n" + " 'm m' \n" + " m''''''''''m \n" + " M M BB \n"; static int test_tlsext_cookie_client(void) |