summaryrefslogtreecommitdiff
path: root/lib/gnutls_int.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-03-09 19:08:24 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-03-09 19:08:24 +0000
commitf199448ad6b5924212835a7b8b3ac887f2a944c5 (patch)
tree963af176a1d607dd45265b27f7003d1e1bd96461 /lib/gnutls_int.h
parent8e41efc2e564e856a370d8af7e0d8e34bc19f4a4 (diff)
downloadgnutls-f199448ad6b5924212835a7b8b3ac887f2a944c5.tar.gz
removed GNUTLS_CERT_TRUSTED enumeration
Diffstat (limited to 'lib/gnutls_int.h')
-rw-r--r--lib/gnutls_int.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h
index c1c2325233..857b5e05a8 100644
--- a/lib/gnutls_int.h
+++ b/lib/gnutls_int.h
@@ -104,7 +104,6 @@ typedef enum crypt_algo { SRPSHA1_CRYPT, BLOWFISH_CRYPT=2 } crypt_algo;
typedef enum ChangeCipherSpecType { GNUTLS_TYPE_CHANGE_CIPHER_SPEC=1 } ChangeCipherSpecType;
typedef enum CertificateStatus {
- GNUTLS_CERT_TRUSTED=1,
GNUTLS_CERT_NOT_TRUSTED=2,
GNUTLS_CERT_INVALID=4,
GNUTLS_CERT_EXPIRED=8, GNUTLS_CERT_CORRUPTED=16,
@@ -572,9 +571,6 @@ typedef struct {
#define GNUTLS_DH_PARAMS _GNUTLS_DH_PARAMS*
/* functions */
-int gnutls_PRF( opaque * secret, int secret_size, uint8 * label,
- int label_size, opaque * seed, int seed_size,
- int total_bytes, void* ret);
void _gnutls_set_current_version(GNUTLS_STATE state, GNUTLS_Version version);
GNUTLS_Version gnutls_protocol_get_version(GNUTLS_STATE state);
void _gnutls_free_auth_info( GNUTLS_STATE state);