diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-02-08 14:46:12 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-02-08 14:46:12 +0000 |
commit | 00aef08f3f6446d82dcf0a884ab56e2146b36e82 (patch) | |
tree | cea6cdd009c6f481d16f6843fb2ef582589c51ba /lib/gnutls_int.h | |
parent | c50833a359e99e71b8536dd1f4b2019cd419edeb (diff) | |
download | gnutls-00aef08f3f6446d82dcf0a884ab56e2146b36e82.tar.gz |
added a crl verification function (untested yet).
Diffstat (limited to 'lib/gnutls_int.h')
-rw-r--r-- | lib/gnutls_int.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h index aa1206fd9e..d082f0cb42 100644 --- a/lib/gnutls_int.h +++ b/lib/gnutls_int.h @@ -138,6 +138,11 @@ typedef struct { } gnutls_datum; typedef gnutls_datum gnutls_sdatum; +typedef struct { + const opaque * data; + unsigned int size; +} gnutls_const_datum; + #include <gnutls_buffer.h> /* This is the maximum number of algorithms (ciphers or macs etc). |