summaryrefslogtreecommitdiff
path: root/lib/gnutls_errors.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2001-05-15 09:33:22 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2001-05-15 09:33:22 +0000
commitc3b03bf60c538ef1581f11dee39b405ecf3b94a7 (patch)
treef3d8d943bcd0ad3ee32dac6c304054fddbd6a393 /lib/gnutls_errors.h
parent41462f60113b1d852ee316c2cf395bf5cf940c74 (diff)
downloadgnutls-c3b03bf60c538ef1581f11dee39b405ecf3b94a7.tar.gz
Added libgnutls-config script
gnutls.h is automaticaly generated by configure script Added libgnutls.m4
Diffstat (limited to 'lib/gnutls_errors.h')
-rw-r--r--lib/gnutls_errors.h39
1 files changed, 1 insertions, 38 deletions
diff --git a/lib/gnutls_errors.h b/lib/gnutls_errors.h
index bc373dfd12..62d74d5fda 100644
--- a/lib/gnutls_errors.h
+++ b/lib/gnutls_errors.h
@@ -19,44 +19,7 @@
*/
#include "gnutls_int.h"
-
-#define GNUTLS_E_MAC_FAILED -1
-#define GNUTLS_E_UNKNOWN_CIPHER -2
-#define GNUTLS_E_UNKNOWN_COMPRESSION_ALGORITHM -3
-#define GNUTLS_E_UNKNOWN_MAC_ALGORITHM -4
-#define GNUTLS_E_UNKNOWN_ERROR -5
-#define GNUTLS_E_UNKNOWN_CIPHER_TYPE -6
-#define GNUTLS_E_LARGE_PACKET -7
-#define GNUTLS_E_UNSUPPORTED_VERSION_PACKET -8
-#define GNUTLS_E_UNEXPECTED_PACKET_LENGTH -9
-#define GNUTLS_E_INVALID_SESSION -10
-#define GNUTLS_E_UNABLE_SEND_DATA -11
-#define GNUTLS_E_FATAL_ALERT_RECEIVED -12
-#define GNUTLS_E_RECEIVED_BAD_MESSAGE -13
-#define GNUTLS_E_RECEIVED_MORE_DATA -14
-#define GNUTLS_E_UNEXPECTED_PACKET -15
-#define GNUTLS_E_WARNING_ALERT_RECEIVED -16
-#define GNUTLS_E_CLOSURE_ALERT_RECEIVED -17
-#define GNUTLS_E_ERROR_IN_FINISHED_PACKET -18
-#define GNUTLS_E_UNEXPECTED_HANDSHAKE_PACKET -19
-#define GNUTLS_E_UNKNOWN_KX_ALGORITHM -20
-#define GNUTLS_E_UNKNOWN_CIPHER_SUITE -21
-#define GNUTLS_E_UNWANTED_ALGORITHM -22
-#define GNUTLS_E_MPI_SCAN_FAILED -23
-#define GNUTLS_E_DECRYPTION_FAILED -24
-#define GNUTLS_E_MEMORY_ERROR -25
-#define GNUTLS_E_DECOMPRESSION_FAILED -26
-#define GNUTLS_E_COMPRESSION_FAILED -27
-#define GNUTLS_E_AGAIN -28
-#define GNUTLS_E_EXPIRED -29
-#define GNUTLS_E_DB_ERROR -30
-#define GNUTLS_E_PWD_ERROR -31
-#define GNUTLS_E_INSUFICIENT_CRED -32
-#define GNUTLS_E_HASH_FAILED -33
-#define GNUTLS_E_PARSING_ERROR -34
-#define GNUTLS_E_MPI_PRINT_FAILED -35
-#define GNUTLS_E_UNIMPLEMENTED_FEATURE -50
-
+#include "gnutls_errors_int.h"
#ifdef DEBUG
# ifdef __FILE__