summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-08-21 16:50:50 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-08-21 16:50:50 +0000
commit7e2b0abcb0da22d9a6e85ef49a5122f7ea0f255a (patch)
treeafebd008c5089eecff46d739b7e3087ca476621e /includes
parent7fe66c23a03d5d4ecf983f22cbffa2c540a75162 (diff)
downloadgnutls-7e2b0abcb0da22d9a6e85ef49a5122f7ea0f255a.tar.gz
minor cleanups.
Diffstat (limited to 'includes')
-rw-r--r--includes/gnutls/openssl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/gnutls/openssl.h b/includes/gnutls/openssl.h
index e9703c9785..7273d63ae0 100644
--- a/includes/gnutls/openssl.h
+++ b/includes/gnutls/openssl.h
@@ -134,7 +134,7 @@ typedef struct _SSL
typedef struct
{
- GCRY_MD_HD handle;
+ gcry_md_hd_t handle;
} MD_CTX;
struct RSA;