mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
C:/ReactOS/reactos/dll/win32/rsaenh/sha2.c:507:29: error: argument 1 of type 'sha2_byte[]' {aka 'unsigned char[]'} with mismatched bound [-Werror=array-parameter=]
507 | void SHA256_Final(sha2_byte digest[], SHA256_CTX* context) {
| ~~~~~~~~~~^~~~~~~~
In file included from C:/ReactOS/reactos/dll/win32/rsaenh/sha2.c:37:
C:/ReactOS/reactos/dll/win32/rsaenh/sha2.h:73:19: note: previously declared as 'sha2_byte[32]' {aka 'unsigned char[32]'}
73 | void SHA256_Final(sha2_byte[SHA256_DIGEST_LENGTH], SHA256_CTX*);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:/ReactOS/reactos/dll/win32/rsaenh/sha2.c:570:44: error: argument 2 of type 'char[]' with mismatched bound [-Werror=array-parameter=]
570 | char *SHA256_End(SHA256_CTX* context, char buffer[]) {
| ~~~~~^~~~~~~~