Hello Tobias, just a quick question on the patch:
+-int set_fips_mode(const uint fips_mode, char err_string[OPENSSL_ERROR_LENGTH]) { ++int set_fips_mode(uint fips_mode, char err_string[OPENSSL_ERROR_LENGTH]) {
does this change the ABI in any way that anything would care about or notice?
Thanks
Hello Tobias, just a quick question on the patch:
+-int set_fips_mode(const uint fips_mode, char err_string[ OPENSSL_ ERROR_LENGTH] ) { OPENSSL_ ERROR_LENGTH] ) {
++int set_fips_mode(uint fips_mode, char err_string[
does this change the ABI in any way that anything would care about or notice?
Thanks