Changeset 0639afc in mainline for uspace/lib/crypto/crypto.c


Ignore:
Timestamp:
2025-04-18T18:52:01Z (4 days ago)
Author:
GitHub <noreply@…>
Branches:
master
Children:
0339670, 2008c4a, 55a81a31, 9fc15f9
Parents:
25fdb2d
git-author:
Miroslav Cimerman <70661600+mcimerman@…> (2025-04-18 18:52:01)
git-committer:
GitHub <noreply@…> (2025-04-18 18:52:01)
Message:

libcrypto: create_hash(): const qual for input arg (#250)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/crypto/crypto.c

    r25fdb2d r0639afc  
    196196 *
    197197 */
    198 errno_t create_hash(uint8_t *input, size_t input_size, uint8_t *output,
     198errno_t create_hash(const uint8_t *input, size_t input_size, uint8_t *output,
    199199    hash_func_t hash_sel)
    200200{
Note: See TracChangeset for help on using the changeset viewer.