From 6c950d6ea19b4cc2844f226bb33a9847cab36f21 Mon Sep 17 00:00:00 2001
From: beck <>
Date: Sun, 10 Nov 2019 17:32:47 +0000
Subject: 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.
---
 src/regress/lib/libssl/tlsext/tlsexttest.c | 24 +++++++-----------------
 1 file changed, 7 insertions(+), 17 deletions(-)

diff --git a/src/regress/lib/libssl/tlsext/tlsexttest.c b/src/regress/lib/libssl/tlsext/tlsexttest.c
index 8e4ac38be0..214b3983a0 100644
--- a/src/regress/lib/libssl/tlsext/tlsexttest.c
+++ b/src/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)
-- 
cgit v1.2.3-55-g6feb