diff options
author | dartraiden <wowemuh@gmail.com> | 2020-03-29 21:50:36 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2020-03-29 21:55:37 +0300 |
commit | a19b62ef956a46558c6994521c10c5cfde54d745 (patch) | |
tree | 76bdd1ac43b9a17553b3741b7109ddd58790e20f /libs/libcurl/src/vtls/schannel.c | |
parent | c3284222ede09cd7ec3ea2c1ad339d2f45896abe (diff) |
libcurl: update to 7.69.1
Diffstat (limited to 'libs/libcurl/src/vtls/schannel.c')
-rw-r--r-- | libs/libcurl/src/vtls/schannel.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/libs/libcurl/src/vtls/schannel.c b/libs/libcurl/src/vtls/schannel.c index 0818d947a4..f665ee3404 100644 --- a/libs/libcurl/src/vtls/schannel.c +++ b/libs/libcurl/src/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 |