summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/wcscpy.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-07-09Remove a few useless commentstb1-6/+1
2024-07-09Apply a knfmt(8) sledgehammertb1-226/+236
2024-07-09Add an RCS tagtb1-1/+1
2024-07-09Replace license stub with full licensetb1-5/+55
This reverts to the license added in OpenSSL's initial import of this file in commit 1eff3485b63f84956b5f212aa4d853783bf6c8b5
2024-07-09link tls1_prf.c to buildtb1-1/+2
ok jsing
2024-07-09Replace a malloc() call with calloc()tb1-1/+1
2024-07-09Replace an ossl_assert() with an error checktb1-2/+1
2024-07-09Use C99 initializers for tls1_prf_pkey_meth()tb1-19/+23
2024-07-09Inline an instance of OPENSSL_memdup()tb1-2/+11
2024-07-09Tidy up includestb1-3/+7
2024-07-09OPENSSL_free() -> free()tb1-1/+1
2024-07-09OPENSSL_cleanse() -> explicit_bzero()tb1-3/+3
2024-07-09OPENSSL_clear_free() -> freezero()tb1-4/+4
2024-07-09OPENSSL_malloc() -> malloc()tb1-1/+1
2024-07-09Spell OPENSSL_zalloc() correctly as calloc()tb1-1/+1
2024-07-09Mechanically replace KDFerr() with KDFerror()tb1-8/+8