diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2018-10-24 13:05:58 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2018-10-24 13:05:58 +0200 |
commit | 04c0eab889a8792dfcd8e4cfbea517171f33c675 (patch) | |
tree | 6ba9de92ba3c7db2ffd6fe241434fed4e5166776 /src/socket.h | |
parent | 09d7b8cfca9c818f23adff1f710c1bbf42612637 (diff) | |
download | gnutls-tmp-no-print-errors.tar.gz |
gnutls-cli: do not print errors twicetmp-no-print-errors
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'src/socket.h')
-rw-r--r-- | src/socket.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/socket.h b/src/socket.h index 49aec0bf2b..b66e5c512d 100644 --- a/src/socket.h +++ b/src/socket.h @@ -7,6 +7,7 @@ #define SOCKET_FLAG_RAW (1<<3) /* unencrypted */ #define SOCKET_FLAG_VERBOSE (1<<4) #define SOCKET_FLAG_SKIP_INIT (1<<5) +#define SOCKET_FLAG_DONT_PRINT_ERRORS (1<<6) typedef struct { |