summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-10-02 15:02:31 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-10-02 15:02:31 +0000
commit2ce3818a2591e2bd914469f0eb6cd86e276f6adb (patch)
tree0c72220264a82c7643be8a4fdbe1ab8efcaa0dd8 /src/common.h
parent0e3312c33f6405bba2ff54ec4108e1eea5e09842 (diff)
downloadgnutls-2ce3818a2591e2bd914469f0eb6cd86e276f6adb.tar.gz
Rolled back some of Arne's changes. Now the ciphers can be set in the client/server.gnutls_0_9_8
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h
index 956cb7dc37..594b33ea9e 100644
--- a/src/common.h
+++ b/src/common.h
@@ -3,6 +3,10 @@
#include <gnutls/gnutls.h>
+/* the number of elements in the priority structures.
+ */
+#define PRI_MAX 16
+
int print_info( gnutls_session state, const char* hostname);
void print_cert_info( gnutls_session state, const char* hostname);
void print_list(void);