mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:31:41 +03:00
lib: remove personal names from comments
- it's just too random who got mentioned - we can't mention all, so better consistently mention none - make sure they all are mentioned in THANKS - also remove some unnecessary comment ramblings Closes #18803
This commit is contained in:
parent
7f0fd14d9f
commit
ea4ba6d9ef
8 changed files with 14 additions and 45 deletions
12
lib/md5.c
12
lib/md5.c
|
|
@ -282,18 +282,6 @@ static void my_md5_final(unsigned char *digest, void *in)
|
|||
* There is ABSOLUTELY NO WARRANTY, express or implied.
|
||||
*
|
||||
* (This is a heavily cut-down "BSD license".)
|
||||
*
|
||||
* This differs from Colin Plumb's older public domain implementation in that
|
||||
* no exactly 32-bit integer data type is required (any 32-bit or wider
|
||||
* unsigned integer data type will do), there is no compile-time endianness
|
||||
* configuration, and the function prototypes match OpenSSL's. No code from
|
||||
* Colin Plumb's implementation has been reused; this comment merely compares
|
||||
* the properties of the two independent implementations.
|
||||
*
|
||||
* The primary goals of this implementation are portability and ease of use.
|
||||
* It is meant to be fast, but not as fast as possible. Some known
|
||||
* optimizations are not included to reduce source code size and avoid
|
||||
* compile-time configuration.
|
||||
*/
|
||||
|
||||
/* Any 32-bit or wider unsigned integer data type will do */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue