Signed-off-by: Daiki Ueno <ueno@gnu.org>
#include <time.h>
#include "attribute.h"
+#include "minmax.h"
#define ENABLE_ALIGN16
* supported groups/curves is not present */
#define DEFAULT_EC_GROUP GNUTLS_GROUP_SECP256R1
-#define MIN(x, y) ((x) < (y) ? (x) : (y))
-
typedef enum transport_t {
GNUTLS_STREAM,
GNUTLS_DGRAM
#include <time.h>
#include "common.h"
#include <unistd.h>
+#include "minmax.h"
#ifndef _WIN32
#include <signal.h>
return;
}
-#define MIN(x, y) ((x) < (y)) ? (x) : (y)
#define MAX_CACHE_TRIES 5
int pin_callback(void *user, int attempt, const char *token_url,
const char *token_label, unsigned int flags, char *pin,