diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-03-04 14:50:11 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-03-05 07:57:45 +0100 |
commit | 52d302ed64822347de132e50027aaa35f23b145b (patch) | |
tree | 94e014c4fbadc86ff21e590860c4d57da73ef905 /lib | |
parent | 30f7360025010e237462ca1a697c8e55b4a73c92 (diff) |
polarssl: remove more references and mentions
Assisted-by: Jay Satiro
Follow-up to 6357a19ff29dac04
Closes #5036
Diffstat (limited to 'lib')
-rw-r--r-- | lib/vtls/schannel.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/vtls/schannel.c b/lib/vtls/schannel.c index 0818d947a..f665ee340 100644 --- a/lib/vtls/schannel.c +++ b/lib/vtls/schannel.c @@ -27,16 +27,6 @@ * but vtls.c should ever call or use these functions. */ -/* - * Based upon the PolarSSL implementation in polarssl.c and polarssl.h: - * Copyright (C) 2010, 2011, Hoi-Ho Chan, <hoiho.chan@gmail.com> - * - * Based upon the CyaSSL implementation in cyassl.c and cyassl.h: - * Copyright (C) 1998 - 2012, Daniel Stenberg, <daniel@haxx.se>, et al. - * - * Thanks for code and inspiration! - */ - #include "curl_setup.h" #ifdef USE_SCHANNEL |