diff options
author | beck <> | 2019-11-10 17:32:47 +0000 |
---|---|---|
committer | beck <> | 2019-11-10 17:32:47 +0000 |
commit | 6c950d6ea19b4cc2844f226bb33a9847cab36f21 (patch) | |
tree | 3acf6af5dc2783cb32a5e1cb415d8789b0102c65 | |
parent | 6880a30c62666642a867676e70e03fa864600584 (diff) | |
download | openbsd-6c950d6ea19b4cc2844f226bb33a9847cab36f21.tar.gz openbsd-6c950d6ea19b4cc2844f226bb33a9847cab36f21.tar.bz2 openbsd-6c950d6ea19b4cc2844f226bb33a9847cab36f21.zip |
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-- | src/regress/lib/libssl/tlsext/tlsexttest.c | 24 |
1 files 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 @@ | |||
1 | /* $OpenBSD: tlsexttest.c,v 1.29 2019/03/25 18:12:05 jsing Exp $ */ | 1 | /* $OpenBSD: tlsexttest.c,v 1.30 2019/11/10 17:32:47 beck Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2017 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2017 Joel Sing <jsing@openbsd.org> |
4 | * Copyright (c) 2017 Doug Hogan <doug@openbsd.org> | 4 | * Copyright (c) 2017 Doug Hogan <doug@openbsd.org> |
@@ -3302,22 +3302,12 @@ done: | |||
3302 | 3302 | ||
3303 | /* One day I hope to be the only Muppet in this codebase */ | 3303 | /* One day I hope to be the only Muppet in this codebase */ |
3304 | const uint8_t cookie[] = "\n" | 3304 | const uint8_t cookie[] = "\n" |
3305 | " .---. .---. \n" | 3305 | " (o)(o) \n" |
3306 | " : : o : me want cookie! \n" | 3306 | " m' 'm \n" |
3307 | " _..-: o : :-.._ / \n" | 3307 | " M -****- M \n" |
3308 | " .-'' ' `---' `---' ' ``-. \n" | 3308 | " 'm m' \n" |
3309 | " .' ' ' ' . ' . ' ' `. \n" | 3309 | " m''''''''''m \n" |
3310 | " : '.---.,,.,...,.,.,.,..---. ' ; \n" | 3310 | " M M BB \n"; |
3311 | " `. ' `. .' ' .' \n" | ||
3312 | " `. '`. .' ' .' \n" | ||
3313 | " `. `-._ _.-' ' .' .----. \n" | ||
3314 | " `. ' ''--...--'' . ' .' .' o `. \n" | ||
3315 | " .'`-._' ' . ' _.-'`. : o : \n" | ||
3316 | " jgs .' ```--.....--''' ' `:_ o : \n" | ||
3317 | " .' ' ' ' ' ; `.;';';';' \n" | ||
3318 | " ; ' ' ' . ; .' ; ; ; \n" | ||
3319 | " ; ' ' ' ' .' .-' \n" | ||
3320 | " ' ' ' ' ' ' _.-' \n"; | ||
3321 | 3311 | ||
3322 | static int | 3312 | static int |
3323 | test_tlsext_cookie_client(void) | 3313 | test_tlsext_cookie_client(void) |