blob: 00065b6ea59c5e230092908e92724b6ac83203e4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- 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);
|