mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
lib:crypto: Remove unused macro definitions
As we now require GnuTLS 3.6.13, we can rely on GnuTLS providing these macros. Signed-off-by: Jo Sutton <josutton@catalyst.net.nz> Reviewed-by: Martin Schwenke <martin@meltin.net>
This commit is contained in:
parent
939481329e
commit
239a8f277c
@ -24,15 +24,6 @@
|
||||
#include "libcli/util/werror.h"
|
||||
#include "lib/util/data_blob.h"
|
||||
|
||||
/* Those macros are only available in GnuTLS >= 3.6.4 */
|
||||
#ifndef GNUTLS_FIPS140_SET_LAX_MODE
|
||||
#define GNUTLS_FIPS140_SET_LAX_MODE()
|
||||
#endif
|
||||
|
||||
#ifndef GNUTLS_FIPS140_SET_STRICT_MODE
|
||||
#define GNUTLS_FIPS140_SET_STRICT_MODE()
|
||||
#endif
|
||||
|
||||
#ifdef DOXYGEN
|
||||
/**
|
||||
* @brief Convert a gnutls error code to a corresponding NTSTATUS.
|
||||
|
Loading…
Reference in New Issue
Block a user