Comment 5 for bug 1971788

Revision history for this message
Seth Arnold (seth-arnold) wrote :

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