mirror of
https://github.com/moparisthebest/curl
synced 2024-12-24 17:18:48 -05:00
vtls: don't define MD5_DIGEST_LENGTH for wolfssl
... as it defines it (too)
This commit is contained in:
parent
d5d683a97f
commit
1621aed9be
@ -7,7 +7,7 @@
|
|||||||
* | (__| |_| | _ <| |___
|
* | (__| |_| | _ <| |___
|
||||||
* \___|\___/|_| \_\_____|
|
* \___|\___/|_| \_\_____|
|
||||||
*
|
*
|
||||||
* Copyright (C) 1998 - 2017, Daniel Stenberg, <daniel@haxx.se>, et al.
|
* Copyright (C) 1998 - 2018, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||||
*
|
*
|
||||||
* This software is licensed as described in the file COPYING, which
|
* This software is licensed as described in the file COPYING, which
|
||||||
* you should have received as part of this distribution. The terms
|
* you should have received as part of this distribution. The terms
|
||||||
@ -113,8 +113,10 @@ CURLcode Curl_none_md5sum(unsigned char *input, size_t inputlen,
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef MD5_DIGEST_LENGTH
|
#ifndef MD5_DIGEST_LENGTH
|
||||||
|
#ifndef LIBWOLFSSL_VERSION_HEX /* because WolfSSL borks this */
|
||||||
#define MD5_DIGEST_LENGTH 16 /* fixed size */
|
#define MD5_DIGEST_LENGTH 16 /* fixed size */
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef CURL_SHA256_DIGEST_LENGTH
|
#ifndef CURL_SHA256_DIGEST_LENGTH
|
||||||
#define CURL_SHA256_DIGEST_LENGTH 32 /* fixed size */
|
#define CURL_SHA256_DIGEST_LENGTH 32 /* fixed size */
|
||||||
|
Loading…
Reference in New Issue
Block a user