Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 823754
Collapse All | Expand All

(-)mysql-8.0.27-orig/vio/viosslfactories.cc (+9 lines)
Lines 472-477 Link Here
472
  }
472
  }
473
}
473
}
474
474
475
#if OPENSSL_VERSION_NUMBER >= 0x30000000L
476
int FIPS_mode() {
477
  return 0;
478
}
479
int FIPS_mode_set(int) {
480
  return 0;
481
}
482
#endif
483
475
#if defined(OPENSSL_FIPS)
484
#if defined(OPENSSL_FIPS)
476
/**
485
/**
477
  Set fips mode in openssl library,
486
  Set fips mode in openssl library,

Return to bug 823754