ports/databases/mysql80-server/files/patch-include_violite.h
2022-01-28 16:32:16 +01:00

14 lines
366 B
C

--- include/violite.h.orig 2021-12-17 16:07:27 UTC
+++ include/violite.h
@@ -268,9 +268,11 @@ struct st_VioSSLFd *new_VioSSLConnectorFd(
long process_tls_version(const char *tls_version);
+#ifndef LIBRESSL_VERSION_NUMBER
int set_fips_mode(const uint fips_mode, char *err_string);
uint get_fips_mode();
+#endif
int test_ssl_fips_mode(char *err_string);