summaryrefslogtreecommitdiff
path: root/mysys_ssl/my_sha.ic
Commit message (Collapse)AuthorAgeFilesLines
* Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
|\
| * Update FSF addressVicențiu Ciorbaru2019-05-111-1/+1
| |
* | MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-281-2/+2
| |
* | MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT.Vladislav Vaintroub2017-09-281-1/+1
|/ | | | | | | | | | | - Fix win64 pointer truncation warnings (usually coming from misusing 0x%lx and long cast in DBUG) - Also fix printf-format warnings Make the above mentioned warnings fatal. - fix pthread_join on Windows to set return value.
* my_sha2 serviceSergei Golubchik2017-03-101-1/+3
|
* cleanup: generalize my_sha1.ccSergei Golubchik2017-03-101-0/+186
move most of the code into my_sha.ic, making it independent from the actual SHAx variant.